HomeSort by relevance Sort by last modified time
    Searched defs:GL_API (Results 1 - 18 of 18) sorted by null

  /development/ndk/platforms/android-4/include/GLES/
glplatform.h 22 #ifndef GL_API
23 #define GL_API KHRONOS_APICALL
  /development/tools/emulator/opengl/host/libs/Translator/include/GLES/
glplatform.h 22 #ifndef GL_API
23 #define GL_API KHRONOS_APICALL
  /frameworks/base/opengl/include/GLES/
glplatform.h 22 #ifndef GL_API
23 #define GL_API KHRONOS_APICALL
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/GLES/
glplatform.h 23 #ifndef GL_API
24 #define GL_API KHRONOS_APICALL
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/GLES/
glplatform.h 23 #ifndef GL_API
24 #define GL_API KHRONOS_APICALL
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/GLES/
glplatform.h 23 #ifndef GL_API
24 #define GL_API KHRONOS_APICALL
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/GLES/
glplatform.h 23 #ifndef GL_API
24 #define GL_API KHRONOS_APICALL
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/GLES/
glplatform.h 23 #ifndef GL_API
24 #define GL_API KHRONOS_APICALL
  /prebuilt/ndk/android-ndk-r5/platforms/android-4/arch-arm/usr/include/GLES/
glplatform.h 23 #ifndef GL_API
24 #define GL_API KHRONOS_APICALL
  /prebuilt/ndk/android-ndk-r6/platforms/android-4/arch-arm/usr/include/GLES/
glplatform.h 23 #ifndef GL_API
24 #define GL_API KHRONOS_APICALL
  /prebuilt/ndk/android-ndk-r6/platforms/android-4/arch-x86/usr/include/GLES/
glplatform.h 23 #ifndef GL_API
24 #define GL_API KHRONOS_APICALL
  /development/tools/emulator/opengl/shared/OpenglCodecCommon/
glUtils.h 22 #ifdef GL_API
23 #undef GL_API
25 #define GL_API
GLSharedGroup.h 19 #define GL_API
GLClientState.h 19 #define GL_API
  /development/tools/emulator/opengl/tests/ut_renderer/
RendererContext.h 23 #define GL_API
RenderingThread.h 25 #define GL_API
  /development/tools/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Imp.cpp 19 #define GL_API __declspec(dllexport)
    [all...]
  /development/tools/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmImp.cpp 18 #undef GL_API
19 #define GL_API __declspec(dllexport)
166 GL_API GLESiface* __translator_getIfaces(EGLiface* eglIface){
203 GL_API GLboolean GL_APIENTRY glIsBuffer(GLuint buffer) {
213 GL_API GLboolean GL_APIENTRY glIsEnabled( GLenum cap) {
227 GL_API GLboolean GL_APIENTRY glIsTexture( GLuint texture) {
237 GL_API GLenum GL_APIENTRY glGetError(void) {
248 GL_API const GLubyte * GL_APIENTRY glGetString( GLenum name) {
269 GL_API void GL_APIENTRY glActiveTexture( GLenum texture) {
276 GL_API void GL_APIENTRY glAlphaFunc( GLenum func, GLclampf ref)
    [all...]

Completed in 1278 milliseconds