summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Kovalenko <d.kovalenko@samsung.com>2016-08-03 14:52:01 +0300
committerDmitry Kovalenko <d.kovalenko@samsung.com>2016-08-03 14:52:01 +0300
commit6aa8e1b7a7397d29dcc849e1b244666a51628f67 (patch)
tree68fc38fe13c2cef47bcf34b673db6c2446630c0e
parentbcce8ab1cc3279067f4ae9ea4f4c25c59df7da43 (diff)
downloadswap-probe-6aa8e1b7a7397d29dcc849e1b244666a51628f67.tar.gz
swap-probe-6aa8e1b7a7397d29dcc849e1b244666a51628f67.tar.bz2
swap-probe-6aa8e1b7a7397d29dcc849e1b244666a51628f67.zip
Remove unused source files
Change-Id: Ib17155e05390ee3faa248c488b6c57d2333ddb8b Signed-off-by: Dmitry Kovalenko <d.kovalenko@samsung.com>
-rw-r--r--feature_tests/new_capi_appfw.cpp40
-rw-r--r--probe_graphics/api_names.txt159
-rw-r--r--probe_graphics/da_egl_native.cpp43
3 files changed, 0 insertions, 242 deletions
diff --git a/feature_tests/new_capi_appfw.cpp b/feature_tests/new_capi_appfw.cpp
deleted file mode 100644
index 549cc9e..0000000
--- a/feature_tests/new_capi_appfw.cpp
+++ /dev/null
@@ -1,40 +0,0 @@
-/*
- * DA probe
- *
- * Copyright (c) 2000 - 2014 Samsung Electronics Co., Ltd. All rights reserved.
- *
- * Contact:
- *
- * Vasily Ulyanov <v.ulyanov@samsung.com>
- *
- * This library is free software; you can redistribute it and/or modify it under
- * the terms of the GNU Lesser General Public License as published by the
- * Free Software Foundation; either version 2.1 of the License, or (at your option)
- * any later version.
- *
- * This library is distributed in the hope that it will be useful, but WITHOUT ANY
- * WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
- * License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public License
- * along with this library; if not, write to the Free Software Foundation, Inc., 51
- * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Contributors:
- * - Samsung RnD Institute Russia
- *
- * Description:
- * Test app for checking capi_appfw version. The new one has app_control_h
- * type defined instead of service_h
- *
- */
-
-#include <app.h>
-
-int main(int argc, char *argv[])
-{
- app_control_h __attribute__((unused)) handle;
-
- return 0;
-}
diff --git a/probe_graphics/api_names.txt b/probe_graphics/api_names.txt
index 57ca0aa..2dddb63 100644
--- a/probe_graphics/api_names.txt
+++ b/probe_graphics/api_names.txt
@@ -50,165 +50,6 @@ elm_glview_gl_api_get; elm_glview_gl_api_get; 1
#filename "da_gl_api_init.c"
#lib "???"
-#filename "da_egl_native.c"
-#lib "/usr/lib/libEGL.so"
-#feature FL_OPENGL_API_PROBING
-eglBindAPI; eglBindAPI; 0
-eglBindTexImage; eglBindTexImage; 0
-eglChooseConfig; eglChooseConfig; 0
-eglCopyBuffers; eglCopyBuffers; 0
-eglCreateContext; eglCreateContext; 0
-eglCreatePbufferFromClientBuffer; eglCreatePbufferFromClientBuffer; 0
-eglCreatePbufferSurface; eglCreatePbufferSurface; 0
-eglCreatePixmapSurface; eglCreatePixmapSurface; 0
-eglCreateWindowSurface; eglCreateWindowSurface; 0
-eglDestroyContext; eglDestroyContext; 0
-eglDestroySurface; eglDestroySurface; 0
-eglGetConfigAttrib; eglGetConfigAttrib; 0
-eglGetConfigs; eglGetConfigs; 0
-eglGetCurrentContext; eglGetCurrentContext; 0
-eglGetCurrentDisplay; eglGetCurrentDisplay; 0
-eglGetCurrentSurface; eglGetCurrentSurface; 0
-eglGetDisplay; eglGetDisplay; 0
-eglGetError; eglGetError; 0
-eglGetProcAddress; eglGetProcAddress; 0
-eglInitialize; eglInitialize; 0
-eglMakeCurrent; eglMakeCurrent; 0
-eglQueryAPI; eglQueryAPI; 0
-eglQueryContext; eglQueryContext; 0
-eglQueryString; eglQueryString; 0
-eglQuerySurface; eglQuerySurface; 0
-eglReleaseTexImage; eglReleaseTexImage; 0
-eglReleaseThread; eglReleaseThread; 0
-eglSurfaceAttrib; eglSurfaceAttrib; 0
-eglSwapBuffers; eglSwapBuffers; 0
-eglSwapInterval; eglSwapInterval; 0
-eglTerminate; eglTerminate; 0
-eglUpdateBufferOSP; eglUpdateBufferOSP; 0
-eglWaitClient; eglWaitClient; 0
-eglWaitGL; eglWaitGL; 0
-eglWaitNative; eglWaitNative; 0
-
-
-#filename "da_egl_native.c"
-#lib "/usr/lib/libEGL.so"
-#feature_always FL_OPENGL_API_ALWAYS_PROBING
-eglBindAPI; eglBindAPI; 1
-eglBindTexImage; eglBindTexImage; 1
-eglChooseConfig; eglChooseConfig; 1
-eglCopyBuffers; eglCopyBuffers; 1
-eglCreateContext; eglCreateContext; 1
-eglCreatePbufferFromClientBuffer; eglCreatePbufferFromClientBuffer; 1
-eglCreatePbufferSurface; eglCreatePbufferSurface; 1
-eglCreatePixmapSurface; eglCreatePixmapSurface; 1
-eglCreateWindowSurface; eglCreateWindowSurface; 1
-eglDestroyContext; eglDestroyContext; 1
-eglDestroySurface; eglDestroySurface; 1
-eglGetConfigAttrib; eglGetConfigAttrib; 1
-eglGetConfigs; eglGetConfigs; 1
-eglGetCurrentContext; eglGetCurrentContext; 1
-eglGetCurrentDisplay; eglGetCurrentDisplay; 1
-eglGetCurrentSurface; eglGetCurrentSurface; 1
-eglGetDisplay; eglGetDisplay; 1
-eglGetError; eglGetError; 1
-eglGetProcAddress; eglGetProcAddress; 1
-eglInitialize; eglInitialize; 1
-eglMakeCurrent; eglMakeCurrent; 1
-eglQueryAPI; eglQueryAPI; 1
-eglQueryContext; eglQueryContext; 1
-eglQueryString; eglQueryString; 1
-eglQuerySurface; eglQuerySurface; 1
-eglReleaseTexImage; eglReleaseTexImage; 1
-eglReleaseThread; eglReleaseThread; 1
-eglSurfaceAttrib; eglSurfaceAttrib; 1
-eglSwapBuffers; eglSwapBuffers; 1
-eglSwapInterval; eglSwapInterval; 1
-eglTerminate; eglTerminate; 1
-eglUpdateBufferOSP; eglUpdateBufferOSP; 1
-eglWaitClient; eglWaitClient; 1
-eglWaitGL; eglWaitGL; 1
-eglWaitNative; eglWaitNative; 1
-
-
-#filename "da_egl_tizen.c"
-#lib "???"
-#feature FL_OPENGL_API_PROBING
-_SglBindAPI; _SglBindAPI; 0
-_SglBindTexImage; _SglBindTexImage; 0
-_SglChooseConfig; _SglChooseConfig; 0
-_SglCopyBuffers; _SglCopyBuffers; 0
-_SglCreateContext; _SglCreateContext; 0
-_SglCreatePbufferFromClientBuffer; _SglCreatePbufferFromClientBuffer; 0
-_SglCreatePbufferSurface; _SglCreatePbufferSurface; 0
-_SglCreatePixmapSurface; _SglCreatePixmapSurface; 0
-_SglCreateWindowSurface; _SglCreateWindowSurface; 0
-_SglDestroyContext; _SglDestroyContext; 0
-_SglDestroySurface; _SglDestroySurface; 0
-_SglGetConfigAttrib; _SglGetConfigAttrib; 0
-_SglGetConfigs; _SglGetConfigs; 0
-_SglGetCurrentContext; _SglGetCurrentContext; 0
-_SglGetCurrentDisplay; _SglGetCurrentDisplay; 0
-_SglGetCurrentSurface; _SglGetCurrentSurface; 0
-_SglGetDisplay; _SglGetDisplay; 0
-_SglGetError; _SglGetError; 0
-_SglGetProcAddress; _SglGetProcAddress; 0
-_SglInitialize; _SglInitialize; 0
-_SglMakeCurrent; _SglMakeCurrent; 0
-_SglQueryAPI; _SglQueryAPI; 0
-_SglQueryContext; _SglQueryContext; 0
-_SglQueryString; _SglQueryString; 0
-_SglQuerySurface; _SglQuerySurface; 0
-_SglReleaseTexImage; _SglReleaseTexImage; 0
-_SglReleaseThread; _SglReleaseThread; 0
-_SglSurfaceAttrib; _SglSurfaceAttrib; 0
-_SglSwapBuffers; _SglSwapBuffers; 0
-_SglSwapInterval; _SglSwapInterval; 0
-_SglTerminate; _SglTerminate; 0
-_SglUpdateBufferOSP; _SglUpdateBufferOSP; 0
-_SglWaitClient; _SglWaitClient; 0
-_SglWaitGL; _SglWaitGL; 0
-_SglWaitNative; _SglWaitNative; 0
-
-
-#filename "da_egl_tizen.c"
-#lib "???"
-#feature_always FL_OPENGL_API_ALWAYS_PROBING
-_SglBindAPI; _SglBindAPI; 1
-_SglBindTexImage; _SglBindTexImage; 1
-_SglChooseConfig; _SglChooseConfig; 1
-_SglCopyBuffers; _SglCopyBuffers; 1
-_SglCreateContext; _SglCreateContext; 1
-_SglCreatePbufferFromClientBuffer; _SglCreatePbufferFromClientBuffer; 1
-_SglCreatePbufferSurface; _SglCreatePbufferSurface; 1
-_SglCreatePixmapSurface; _SglCreatePixmapSurface; 1
-_SglCreateWindowSurface; _SglCreateWindowSurface; 1
-_SglDestroyContext; _SglDestroyContext; 1
-_SglDestroySurface; _SglDestroySurface; 1
-_SglGetConfigAttrib; _SglGetConfigAttrib; 1
-_SglGetConfigs; _SglGetConfigs; 1
-_SglGetCurrentContext; _SglGetCurrentContext; 1
-_SglGetCurrentDisplay; _SglGetCurrentDisplay; 1
-_SglGetCurrentSurface; _SglGetCurrentSurface; 1
-_SglGetDisplay; _SglGetDisplay; 1
-_SglGetError; _SglGetError; 1
-_SglGetProcAddress; _SglGetProcAddress; 1
-_SglInitialize; _SglInitialize; 1
-_SglMakeCurrent; _SglMakeCurrent; 1
-_SglQueryAPI; _SglQueryAPI; 1
-_SglQueryContext; _SglQueryContext; 1
-_SglQueryString; _SglQueryString; 1
-_SglQuerySurface; _SglQuerySurface; 1
-_SglReleaseTexImage; _SglReleaseTexImage; 1
-_SglReleaseThread; _SglReleaseThread; 1
-_SglSurfaceAttrib; _SglSurfaceAttrib; 1
-_SglSwapBuffers; _SglSwapBuffers; 1
-_SglSwapInterval; _SglSwapInterval; 1
-_SglTerminate; _SglTerminate; 1
-_SglUpdateBufferOSP; _SglUpdateBufferOSP; 1
-_SglWaitClient; _SglWaitClient; 1
-_SglWaitGL; _SglWaitGL; 1
-_SglWaitNative; _SglWaitNative; 1
-
#filename "da_gles20_kiran.c"
#lib "???"
diff --git a/probe_graphics/da_egl_native.cpp b/probe_graphics/da_egl_native.cpp
deleted file mode 100644
index db2f01f..0000000
--- a/probe_graphics/da_egl_native.cpp
+++ /dev/null
@@ -1,43 +0,0 @@
-/*
- * DA probe
- *
- * Copyright (c) 2000 - 2014 Samsung Electronics Co., Ltd. All rights reserved.
- *
- * Contact:
- *
- * Vitaliy Cherepanov <v.cherepanov@samsung.com>
- *
- * This library is free software; you can redistribute it and/or modify it under
- * the terms of the GNU Lesser General Public License as published by the
- * Free Software Foundation; either version 2.1 of the License, or (at your option)
- * any later version.
- *
- * This library is distributed in the hope that it will be useful, but WITHOUT ANY
- * WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
- * License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public License
- * along with this library; if not, write to the Free Software Foundation, Inc., 51
- * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Contributors:
- * - Samsung RnD Institute Russia
- *
- */
-
-//disable tizen redefines
-#define _EGL_MACRO_H_
-
-//define search real function in library
-#define BEFORE_EGL BEFORE_EGL_NATIVE
-
-/*
- * this include to make native open egl functions
- * probe prototypes
- *
- */
-
-#include "da_egl_tizen.cpp"
-
-#undef _EGL_MACRO_H_