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

1 2

  /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/opengl-transport/host/libs/virglrenderer/
GLESv1.cpp 166 static void glGenVertexArraysOES(GLsizei, GLuint*) {
427 glGenVertexArraysOES = ::glGenVertexArraysOES;
GLESv3.cpp 547 glGenVertexArraysOES = glGenVertexArrays;
  /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);
gl_entry.cpp 265 void glGenVertexArraysOES(GLsizei n, GLuint* arrays);
    [all...]
  /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/google/cuttlefish_common/guest/libs/eglwrapper/
gles1.lds 132 glGenVertexArraysOES;
gles3.lds 156 glGenVertexArraysOES;
gles1_wrapper_context.h 270 glGenVertexArraysOES_wrapper_proc_t glGenVertexArraysOES;
gles3_wrapper_context.h 169 glGenVertexArraysOES_wrapper_proc_t glGenVertexArraysOES;
gles1_wrapper_context.cpp 270 glGenVertexArraysOES = (glGenVertexArraysOES_wrapper_proc_t) getProc("glGenVertexArraysOES", userData);
gles3_wrapper_context.cpp 169 glGenVertexArraysOES = (glGenVertexArraysOES_wrapper_proc_t) getProc("glGenVertexArraysOES", userData);
    [all...]
gles1_wrapper_entry.cpp 265 void glGenVertexArraysOES(GLsizei n, GLuint* arrays);
    [all...]
gles3_wrapper_entry.cpp 164 void glGenVertexArraysOES(GLsizei n, GLuint* 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...]
gl2_entry.cpp 164 void glGenVertexArraysOES(GLsizei n, GLuint* arrays);
    [all...]
  /device/generic/goldfish-opengl/system/include/GLES/
glext.h     [all...]
  /external/mesa3d/include/GLES/
glext.h 497 GL_API void GL_APIENTRY glGenVertexArraysOES (GLsizei n, GLuint *arrays);
    [all...]

Completed in 431 milliseconds

1 2