/hardware/google/gfxstream/host/tests/ |
D | GLSnapshotTextures_unittest.cpp | 315 EXPECT_EQ(GL_FALSE, gl->glIsTexture(m_object_name)); in defaultStateCheck() 321 EXPECT_EQ(GL_TRUE, gl->glIsTexture(m_object_name)); in changedStateCheck()
|
/hardware/google/gfxstream/guest/GLESv1_enc/ |
D | gl_ftable.h | 106 {"glIsTexture", (void*)glIsTexture},
|
D | gl_client_context.h | 108 glIsTexture_client_proc_t glIsTexture; member
|
D | gl_client_context.cpp | 108 glIsTexture = (glIsTexture_client_proc_t) getProc("glIsTexture", userData); in initDispatchByName()
|
D | gl_entry.cpp | 103 GLboolean glIsTexture(GLuint texture); 883 GLboolean glIsTexture(GLuint texture) in glIsTexture() function 886 return ctx->glIsTexture(ctx, texture); in glIsTexture()
|
/hardware/google/gfxstream/guest/GLESv2_enc/ |
D | gl2_ftable.h | 98 {"glIsTexture", (void*)glIsTexture},
|
D | gl2_client_context.h | 100 glIsTexture_client_proc_t glIsTexture; member
|
D | gl2_client_context.cpp | 100 glIsTexture = (glIsTexture_client_proc_t) getProc("glIsTexture", userData); in initDispatchByName()
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles_common_for_gles1.entries | 61 GLboolean glIsTexture(GLuint texture);
|
D | gles_common.entries | 60 GLboolean glIsTexture(GLuint texture);
|
D | gles_common_for_gles2.entries | 61 GLboolean glIsTexture(GLuint texture);
|
D | gles_common_dispatch_logging_wrappers.impl | 260 DISPATCH_DEBUG_LOG("glIsTexture(texture:%d)", texture);
|
D | gles12tr_internal.entries | 178 GLboolean glIsTexture( GLuint texture);
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles_common_for_gles1_static_translator_namespaced_header.h | 62 GL_APICALL GLboolean GL_APIENTRY glIsTexture(GLuint texture);
|
D | gles_common_for_gles2_static_translator_namespaced_header.h | 62 GL_APICALL GLboolean GL_APIENTRY glIsTexture(GLuint texture);
|
D | gles_common_functions.h | 62 X(GLboolean, glIsTexture, (GLuint texture), (texture)) \
|
/hardware/google/gfxstream/host/gl/gles1_dec/ |
D | gles1_server_context.h | 112 glIsTexture_server_proc_t glIsTexture; member
|
D | gles1_server_context.cpp | 108 glIsTexture = (glIsTexture_server_proc_t) getProc("glIsTexture", userData); in initDispatchByName()
|
/hardware/google/gfxstream/host/gl/gles2_dec/ |
D | gles2_server_context.h | 130 glIsTexture_server_proc_t glIsTexture; member
|
D | gles2_server_context.cpp | 100 glIsTexture = (glIsTexture_server_proc_t) getProc("glIsTexture", userData); in initDispatchByName()
|
/hardware/google/gfxstream/common/opengl/include/GLES/ |
D | gl.h | 691 GL_API GLboolean GL_APIENTRY glIsTexture (GLuint texture);
|
/hardware/google/gfxstream/guest/mesa/include/GLES/ |
D | gl.h | 481 GL_API GLboolean GL_APIENTRY glIsTexture (GLuint texture);
|
/hardware/google/gfxstream/include/GLES/ |
D | gl.h | 691 GL_API GLboolean GL_APIENTRY glIsTexture (GLuint texture);
|
/hardware/google/gfxstream/include/GLES2/ |
D | gl2.h | 613 GL_APICALL GLboolean GL_APIENTRY glIsTexture (GLuint texture);
|
/hardware/google/gfxstream/codegen/gles1/ |
D | gles1.in | 96 GL_ENTRY(GLboolean, glIsTexture, GLuint texture)
|