/hardware/google/gfxstream/host/tests/ |
D | GLSnapshotBuffers_unittest.cpp | 39 EXPECT_EQ(GL_FALSE, gl->glIsBuffer(it.first)) in defaultStateCheck() 96 EXPECT_EQ(GL_TRUE, gl->glIsBuffer(name)); in checkBufferData()
|
D | GLSnapshotVertexAttributes_unittest.cpp | 241 if (gl->glIsBuffer(changed.bufferBinding) == GL_TRUE) { in stateChange()
|
/hardware/google/gfxstream/guest/GLESv1_enc/ |
D | gl_ftable.h | 104 {"glIsBuffer", (void*)glIsBuffer},
|
D | gl_client_context.h | 106 glIsBuffer_client_proc_t glIsBuffer; member
|
D | gl_client_context.cpp | 106 glIsBuffer = (glIsBuffer_client_proc_t) getProc("glIsBuffer", userData); in initDispatchByName()
|
D | gl_entry.cpp | 101 GLboolean glIsBuffer(GLuint buffer); 871 GLboolean glIsBuffer(GLuint buffer) in glIsBuffer() function 874 return ctx->glIsBuffer(ctx, buffer); in glIsBuffer()
|
/hardware/google/gfxstream/guest/GLESv2_enc/ |
D | gl2_ftable.h | 92 {"glIsBuffer", (void*)glIsBuffer},
|
D | gl2_client_context.h | 94 glIsBuffer_client_proc_t glIsBuffer; member
|
D | gl2_client_context.cpp | 94 glIsBuffer = (glIsBuffer_client_proc_t) getProc("glIsBuffer", userData); in initDispatchByName()
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles_common_for_gles1.entries | 59 GLboolean glIsBuffer(GLuint buffer);
|
D | gles_common.entries | 58 GLboolean glIsBuffer(GLuint buffer);
|
D | gles_common_for_gles2.entries | 59 GLboolean glIsBuffer(GLuint buffer);
|
D | gles_common_dispatch_logging_wrappers.impl | 250 DISPATCH_DEBUG_LOG("glIsBuffer(buffer:%d)", buffer);
|
D | gles12tr_internal.entries | 170 GLboolean glIsBuffer( GLuint buffer);
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles_common_for_gles1_static_translator_namespaced_header.h | 60 GL_APICALL GLboolean GL_APIENTRY glIsBuffer(GLuint buffer);
|
D | gles_common_for_gles2_static_translator_namespaced_header.h | 60 GL_APICALL GLboolean GL_APIENTRY glIsBuffer(GLuint buffer);
|
D | gles_common_functions.h | 60 X(GLboolean, glIsBuffer, (GLuint buffer), (buffer)) \
|
/hardware/google/gfxstream/host/gl/gles1_dec/ |
D | gles1_server_context.h | 110 glIsBuffer_server_proc_t glIsBuffer; member
|
D | gles1_server_context.cpp | 106 glIsBuffer = (glIsBuffer_server_proc_t) getProc("glIsBuffer", userData); in initDispatchByName()
|
/hardware/google/gfxstream/host/gl/gles2_dec/ |
D | gles2_server_context.h | 122 glIsBuffer_server_proc_t glIsBuffer; member
|
D | gles2_server_context.cpp | 94 glIsBuffer = (glIsBuffer_server_proc_t) getProc("glIsBuffer", userData); in initDispatchByName()
|
/hardware/google/gfxstream/common/opengl/include/GLES/ |
D | gl.h | 689 GL_API GLboolean GL_APIENTRY glIsBuffer (GLuint buffer);
|
/hardware/google/gfxstream/guest/mesa/include/GLES/ |
D | gl.h | 479 GL_API GLboolean GL_APIENTRY glIsBuffer (GLuint buffer);
|
/hardware/google/gfxstream/include/GLES/ |
D | gl.h | 689 GL_API GLboolean GL_APIENTRY glIsBuffer (GLuint buffer);
|
/hardware/google/gfxstream/include/GLES2/ |
D | gl2.h | 607 GL_APICALL GLboolean GL_APIENTRY glIsBuffer (GLuint buffer);
|