HomeSort by relevance Sort by last modified time
    Searched refs:glGenVertexArraysOES (Results 1 - 25 of 215) sorted by null

1 2 3 4 5 6 7 8 9

  /external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
PVRTgles2Ext.cpp 43 glGenVertexArraysOES = 0;
92 glGenVertexArraysOES = (PFNGLGENVERTEXARRAYSOES) PVRGetProcAddress(glGenVertexArraysOES);
PVRTgles2Ext.h 154 PFNGLGENVERTEXARRAYSOES glGenVertexArraysOES;
  /device/generic/goldfish-opengl/system/GLESv1_enc/
gl_ftable.h 250 {"glGenVertexArraysOES", (void*)glGenVertexArraysOES},
gl_client_context.h 270 glGenVertexArraysOES_client_proc_t glGenVertexArraysOES;
gl_client_context.cpp 270 glGenVertexArraysOES = (glGenVertexArraysOES_client_proc_t) getProc("glGenVertexArraysOES", userData);
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
gles_ftable.h 257 {"glGenVertexArraysOES", (void *)glGenVertexArraysOES},
gles_dispatch.h 260 glGenVertexArraysOES_t glGenVertexArraysOES;
    [all...]
gles.cpp 1241 void glGenVertexArraysOES(GLsizei n, GLuint *arrays)
1243 getDispatch()->glGenVertexArraysOES(n, arrays);
    [all...]
  /device/generic/goldfish-opengl/system/GLESv2_enc/
gl2_ftable.h 167 {"glGenVertexArraysOES", (void*)glGenVertexArraysOES},
gl2_client_context.h 169 glGenVertexArraysOES_client_proc_t glGenVertexArraysOES;
gl2_client_context.cpp 169 glGenVertexArraysOES = (glGenVertexArraysOES_client_proc_t) getProc("glGenVertexArraysOES", userData);
    [all...]
  /development/ndk/platforms/android-9/include/GLES2/
gl2ext.h 535 GL_APICALL void GL_APIENTRY glGenVertexArraysOES (GLsizei n, GLuint *arrays);
    [all...]
  /frameworks/base/libs/hwui/debug/
gles_redefine.h 311 #define glGenVertexArraysOES wrap_glGenVertexArraysOES
    [all...]
gles_undefine.h 311 #undef glGenVertexArraysOES
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/GLES2/
gl2ext.h 535 GL_APICALL void GL_APIENTRY glGenVertexArraysOES (GLsizei n, GLuint *arrays);
    [all...]
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/GLES2/
gl2ext.h 535 GL_APICALL void GL_APIENTRY glGenVertexArraysOES (GLsizei n, GLuint *arrays);
    [all...]
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/GLES2/
gl2ext.h 535 GL_APICALL void GL_APIENTRY glGenVertexArraysOES (GLsizei n, GLuint *arrays);
    [all...]
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/GLES2/
gl2ext.h 535 GL_APICALL void GL_APIENTRY glGenVertexArraysOES (GLsizei n, GLuint *arrays);
    [all...]
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/GLES2/
gl2ext.h 535 GL_APICALL void GL_APIENTRY glGenVertexArraysOES (GLsizei n, GLuint *arrays);
    [all...]
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/GLES2/
gl2ext.h 535 GL_APICALL void GL_APIENTRY glGenVertexArraysOES (GLsizei n, GLuint *arrays);
    [all...]
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/GLES2/
gl2ext.h 535 GL_APICALL void GL_APIENTRY glGenVertexArraysOES (GLsizei n, GLuint *arrays);
    [all...]
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/GLES2/
gl2ext.h 535 GL_APICALL void GL_APIENTRY glGenVertexArraysOES (GLsizei n, GLuint *arrays);
    [all...]
  /prebuilts/ndk/r10/platforms/android-14/arch-x86/usr/include/GLES2/
gl2ext.h 535 GL_APICALL void GL_APIENTRY glGenVertexArraysOES (GLsizei n, GLuint *arrays);
    [all...]
  /prebuilts/ndk/r10/platforms/android-15/arch-arm/usr/include/GLES2/
gl2ext.h 535 GL_APICALL void GL_APIENTRY glGenVertexArraysOES (GLsizei n, GLuint *arrays);
    [all...]
  /prebuilts/ndk/r10/platforms/android-15/arch-mips/usr/include/GLES2/
gl2ext.h 535 GL_APICALL void GL_APIENTRY glGenVertexArraysOES (GLsizei n, GLuint *arrays);
    [all...]

Completed in 656 milliseconds

1 2 3 4 5 6 7 8 9