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

1 2

  /external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
PVRTgles2Ext.cpp 37 glMapBufferOES = 0;
82 glMapBufferOES = (PFNGLMAPBUFFEROES) PVRGetProcAddress(glMapBufferOES);
PVRTgles2Ext.h 124 PFNGLMAPBUFFEROES glMapBufferOES;
  /device/generic/goldfish-opengl/system/GLESv1_enc/
gl_ftable.h 224 {"glMapBufferOES", (void*)glMapBufferOES},
gl_client_context.h 244 glMapBufferOES_client_proc_t glMapBufferOES;
gl_client_context.cpp 244 glMapBufferOES = (glMapBufferOES_client_proc_t) getProc("glMapBufferOES", userData);
gl_entry.cpp 239 void* glMapBufferOES(GLenum target, GLenum access);
    [all...]
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
gles_ftable.h 232 {"glMapBufferOES", (void *)glMapBufferOES},
gles_dispatch.h 235 glMapBufferOES_t glMapBufferOES;
    [all...]
gles.cpp 1116 void* glMapBufferOES(GLenum target, GLenum access)
1118 return getDispatch()->glMapBufferOES(target, access);
    [all...]
  /device/generic/goldfish-opengl/system/GLESv2_enc/
gl2_ftable.h 157 {"glMapBufferOES", (void*)glMapBufferOES},
gl2_client_context.h 159 glMapBufferOES_client_proc_t glMapBufferOES;
gl2_client_context.cpp 159 glMapBufferOES = (glMapBufferOES_client_proc_t) getProc("glMapBufferOES", userData);
    [all...]
gl2_entry.cpp 154 void* glMapBufferOES(GLenum target, GLenum access);
    [all...]
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES11Ext.spec 69 // void *glMapBufferOES ( GLenum target, GLenum access )
  /frameworks/base/libs/hwui/debug/
gles_redefine.h 538 #define glMapBufferOES wrap_glMapBufferOES
    [all...]
gles_undefine.h 537 #undef glMapBufferOES
  /device/generic/goldfish-opengl/system/include/GLES/
glext.h     [all...]
  /external/mesa3d/include/GLES/
glext.h     [all...]
  /external/swiftshader/include/GLES/
glext.h 338 GL_API void *GL_APIENTRY glMapBufferOES (GLenum target, GLenum access);
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES/
glext.h     [all...]
  /frameworks/native/opengl/include/GLES/
glext.h 334 GL_API void *GL_APIENTRY glMapBufferOES (GLenum target, GLenum access);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLProtoBuf.java 272 glMapBufferOES(241, 241),
869 case 241: return glMapBufferOES;
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES2/
gl2ext.h     [all...]
  /device/generic/goldfish-opengl/system/include/GLES2/
gl2ext.h 271 GL_APICALL void *GL_APIENTRY glMapBufferOES (GLenum target, GLenum access);
    [all...]
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_opengles2.h     [all...]

Completed in 815 milliseconds

1 2