/hardware/google/gfxstream/host/tests/ |
D | GLSnapshot_unittest.cpp | 29 EXPECT_FALSE(gl->glIsEnabled(GetParam())); in defaultStateCheck() 32 EXPECT_TRUE(gl->glIsEnabled(GetParam())); in changedStateCheck() 48 EXPECT_TRUE(gl->glIsEnabled(GetParam())); in defaultStateCheck() 51 EXPECT_FALSE(gl->glIsEnabled(GetParam())); in changedStateCheck()
|
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/ |
D | ScopedGLState.cpp | 57 v.intData[0] = gl.glIsEnabled(name); in push()
|
/hardware/google/gfxstream/host/gl/glsnapshot/ |
D | GLSnapshot.cpp | 65 mEnables[name] = mGL->glIsEnabled(name) == GL_TRUE; in getGlobalStateEnable()
|
/hardware/google/gfxstream/guest/GLESv1_enc/ |
D | gl_ftable.h | 105 {"glIsEnabled", (void*)glIsEnabled},
|
D | gl_client_context.h | 107 glIsEnabled_client_proc_t glIsEnabled; member
|
D | gl_client_context.cpp | 107 glIsEnabled = (glIsEnabled_client_proc_t) getProc("glIsEnabled", userData); in initDispatchByName()
|
D | gl_entry.cpp | 102 GLboolean glIsEnabled(GLenum cap); 877 GLboolean glIsEnabled(GLenum cap) in glIsEnabled() function 880 return ctx->glIsEnabled(ctx, cap); in glIsEnabled()
|
/hardware/google/gfxstream/guest/GLESv2_enc/ |
D | gl2_ftable.h | 93 {"glIsEnabled", (void*)glIsEnabled},
|
D | gl2_client_context.h | 95 glIsEnabled_client_proc_t glIsEnabled; member
|
D | gl2_client_context.cpp | 95 glIsEnabled = (glIsEnabled_client_proc_t) getProc("glIsEnabled", userData); in initDispatchByName()
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles_common_for_gles1.entries | 60 GLboolean glIsEnabled(GLenum cap);
|
D | gles_common.entries | 59 GLboolean glIsEnabled(GLenum cap);
|
D | gles_common_for_gles2.entries | 60 GLboolean glIsEnabled(GLenum cap);
|
D | gles_common_dispatch_logging_wrappers.impl | 255 DISPATCH_DEBUG_LOG("glIsEnabled(cap:0x%X)", cap);
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles_common_for_gles1_static_translator_namespaced_header.h | 61 GL_APICALL GLboolean GL_APIENTRY glIsEnabled(GLenum cap);
|
D | gles_common_for_gles2_static_translator_namespaced_header.h | 61 GL_APICALL GLboolean GL_APIENTRY glIsEnabled(GLenum cap);
|
D | gles_common_functions.h | 61 X(GLboolean, glIsEnabled, (GLenum cap), (cap)) \
|
/hardware/google/gfxstream/host/gl/gles1_dec/ |
D | gles1_server_context.h | 111 glIsEnabled_server_proc_t glIsEnabled; member
|
D | gles1_server_context.cpp | 107 glIsEnabled = (glIsEnabled_server_proc_t) getProc("glIsEnabled", userData); in initDispatchByName()
|
/hardware/google/gfxstream/host/gl/gles2_dec/ |
D | gles2_server_context.h | 123 glIsEnabled_server_proc_t glIsEnabled; member
|
D | gles2_server_context.cpp | 95 glIsEnabled = (glIsEnabled_server_proc_t) getProc("glIsEnabled", userData); in initDispatchByName()
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | GLEScmImp.cpp | 383 GL_API GLboolean GL_APIENTRY glIsEnabled( GLenum cap) { in glIsEnabled() function 391 return (ctx->dispatcher().glIsEnabled(GL_TEXTURE_GEN_S) && in glIsEnabled() 392 ctx->dispatcher().glIsEnabled(GL_TEXTURE_GEN_T) && in glIsEnabled() 393 ctx->dispatcher().glIsEnabled(GL_TEXTURE_GEN_R)); in glIsEnabled() 395 return ctx->dispatcher().glIsEnabled(cap); in glIsEnabled() 2760 bool scissorEnabled = glIsEnabled(GL_SCISSOR_TEST); in glReadPixels()
|
/hardware/google/gfxstream/common/opengl/include/GLES/ |
D | gl.h | 690 GL_API GLboolean GL_APIENTRY glIsEnabled (GLenum cap);
|
/hardware/google/gfxstream/guest/mesa/include/GLES/ |
D | gl.h | 480 GL_API GLboolean GL_APIENTRY glIsEnabled (GLenum cap);
|
/hardware/google/gfxstream/include/GLES/ |
D | gl.h | 690 GL_API GLboolean GL_APIENTRY glIsEnabled (GLenum cap);
|