HomeSort by relevance Sort by last modified time
    Searched full:gl_api (Results 26 - 50 of 59) sorted by null

12 3

  /frameworks/base/opengl/libs/GLES_CM/
gl.cpp 42 GL_API void GL_APIENTRY glColorPointerBounds(GLint size, GLenum type, GLsizei stride,
44 GL_API void GL_APIENTRY glNormalPointerBounds(GLenum type, GLsizei stride,
46 GL_API void GL_APIENTRY glTexCoordPointerBounds(GLint size, GLenum type,
48 GL_API void GL_APIENTRY glVertexPointerBounds(GLint size, GLenum type,
50 GL_API void GL_APIENTRY glPointSizePointerOESBounds(GLenum type,
52 GL_API void GL_APIENTRY glMatrixIndexPointerOESBounds(GLint size, GLenum type,
54 GL_API void GL_APIENTRY glWeightPointerOESBounds(GLint size, GLenum type,
80 GL_API void GL_APIENTRY glMatrixIndexPointerOESBounds(GLint size, GLenum type,
85 GL_API void GL_APIENTRY glWeightPointerOESBounds(GLint size, GLenum type,
160 #include "gl_api.in
    [all...]
  /development/ndk/platforms/android-4/include/GLES/
glplatform.h 23 #ifndef GL_API
24 #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
  /frameworks/base/opengl/tools/glgen/stubs/gles11/
GLES10cHeader.cpp 31 GL_API void GL_APIENTRY glColorPointerBounds(GLint size, GLenum type, GLsizei stride,
33 GL_API void GL_APIENTRY glNormalPointerBounds(GLenum type, GLsizei stride,
35 GL_API void GL_APIENTRY glTexCoordPointerBounds(GLint size, GLenum type,
37 GL_API void GL_APIENTRY glVertexPointerBounds(GLint size, GLenum type,
GLES11ExtcHeader.cpp 31 GL_API void GL_APIENTRY glMatrixIndexPointerOESBounds(GLint size, GLenum type, GLsizei stride,
33 GL_API void GL_APIENTRY glWeightPointerOESBounds(GLint size, GLenum type, GLsizei stride,
GLES11cHeader.cpp 31 GL_API void GL_APIENTRY glPointSizePointerOESBounds(GLenum type, GLsizei stride,
  /frameworks/base/opengl/tools/glgen/stubs/jsr239/
GLCHeader.cpp 48 GL_API void GL_APIENTRY glColorPointerBounds(GLint size, GLenum type, GLsizei stride,
50 GL_API void GL_APIENTRY glNormalPointerBounds(GLenum type, GLsizei stride,
52 GL_API void GL_APIENTRY glTexCoordPointerBounds(GLint size, GLenum type,
54 GL_API void GL_APIENTRY glVertexPointerBounds(GLint size, GLenum type,
56 GL_API void GL_APIENTRY glPointSizePointerOESBounds(GLenum type,
58 GL_API void GL_APIENTRY glMatrixIndexPointerOESBounds(GLint size, GLenum type,
60 GL_API void GL_APIENTRY glWeightPointerOESBounds(GLint size, GLenum type,
  /frameworks/base/opengl/libs/tools/
glentrygen 30 if ($line !~ /^GL_API(CALL)?\s+(.+)\s+GL_APIENTRY\s+([\w]+)\s*\(([^\)]+)\);/) {
genfiles 17 ./glapigen ../../include/GLES/gl.h > ../GLES_CM/gl_api.in
glapigen 30 if ($line !~ /^GL_API(CALL)?\s+(.+)\s+GL_APIENTRY\s+([\w]+)\s*\(([^\)]+)\);/) {
  /development/tools/emulator/opengl/tests/ut_renderer/
RendererContext.h 23 #define GL_API
RenderingThread.h 25 #define GL_API
  /external/mesa3d/docs/
devinfo.html 32 enums to the gl_API.xml file.
  /external/mesa3d/src/glsl/
glsl_compiler.cpp 42 initialize_context(struct gl_context *ctx, gl_api api)
  /development/tools/emulator/opengl/tests/translator_tests/GLES_CM/
triangleCM.cpp 6 //#define GL_API

Completed in 391 milliseconds

12 3