OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:glMapBufferOES
(Results
1 - 11
of
11
) sorted by null
/device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_entry.cpp
155
void*
glMapBufferOES
(GLenum target, GLenum access);
[
all
...]
gl2_client_context.h
157
glMapBufferOES_client_proc_t
glMapBufferOES
;
[
all
...]
/device/generic/goldfish/opengl/system/GLESv1_enc/
gl_entry.cpp
240
void*
glMapBufferOES
(GLenum target, GLenum access);
[
all
...]
gl_client_context.h
242
glMapBufferOES_client_proc_t
glMapBufferOES
;
[
all
...]
/device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles.cpp
1116
void*
glMapBufferOES
(GLenum target, GLenum access)
1118
return getDispatch()->
glMapBufferOES
(target, access);
[
all
...]
gles_dispatch.h
235
glMapBufferOES_t
glMapBufferOES
;
[
all
...]
/sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h
235
glMapBufferOES_t
glMapBufferOES
;
/external/chromium_org/ppapi/lib/gl/include/GLES2/
gl2ext.h
751
#define
glMapBufferOES
GLES2_GET_FUN(MapBufferOES)
755
GL_APICALL void* GL_APIENTRY
glMapBufferOES
(GLenum target, GLenum access);
[
all
...]
/frameworks/native/opengl/libs/GLES_trace/src/
gltrace.pb.cpp
882
const GLMessage_Function GLMessage::
glMapBufferOES
;
[
all
...]
gltrace.pb.h
[
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
...]
Completed in 2403 milliseconds