/hardware/google/gfxstream/host/tests/ |
D | GLSnapshotFramebuffers_unittest.cpp | 40 EXPECT_EQ(GL_FALSE, gl->glIsFramebuffer(m_framebuffer_name)); in defaultStateCheck() 45 EXPECT_EQ(GL_TRUE, gl->glIsFramebuffer(m_framebuffer_name)); in changedStateCheck()
|
/hardware/google/gfxstream/guest/GLESv2_enc/ |
D | gl2_ftable.h | 94 {"glIsFramebuffer", (void*)glIsFramebuffer},
|
D | gl2_client_context.h | 96 glIsFramebuffer_client_proc_t glIsFramebuffer; member
|
D | gl2_client_context.cpp | 96 glIsFramebuffer = (glIsFramebuffer_client_proc_t) getProc("glIsFramebuffer", userData); in initDispatchByName()
|
D | gl2_entry.cpp | 91 GLboolean glIsFramebuffer(GLuint framebuffer); 968 GLboolean glIsFramebuffer(GLuint framebuffer) in glIsFramebuffer() function 971 return ctx->glIsFramebuffer(ctx, framebuffer); in glIsFramebuffer()
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles2_only.entries | 74 GLboolean glIsFramebuffer(GLuint framebuffer);
|
D | gles2_only_dispatch_logging_wrappers.impl | 340 DISPATCH_DEBUG_LOG("glIsFramebuffer(framebuffer:%d)", framebuffer);
|
D | gles12tr_internal.entries | 172 GLboolean glIsFramebuffer( GLuint framebuffer);
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles2_only_static_translator_namespaced_header.h | 75 GL_APICALL GLboolean GL_APIENTRY glIsFramebuffer(GLuint framebuffer);
|
D | gles2_only_functions.h | 75 X(GLboolean, glIsFramebuffer, (GLuint framebuffer), (framebuffer)) \
|
D | gles12tr_internal.h | 174 X(GLboolean, glIsFramebuffer, (GLuint framebuffer), (framebuffer)) \
|
/hardware/google/gfxstream/host/gl/gles2_dec/ |
D | gles2_server_context.h | 124 glIsFramebuffer_server_proc_t glIsFramebuffer; member
|
D | gles2_server_context.cpp | 96 glIsFramebuffer = (glIsFramebuffer_server_proc_t) getProc("glIsFramebuffer", userData); in initDispatchByName()
|
/hardware/google/gfxstream/include/GLES2/ |
D | gl2.h | 609 GL_APICALL GLboolean GL_APIENTRY glIsFramebuffer (GLuint framebuffer);
|
/hardware/google/gfxstream/common/opengl/include/GLES2/ |
D | gl2.h | 590 GL_APICALL GLboolean GL_APIENTRY glIsFramebuffer (GLuint framebuffer);
|
/hardware/google/gfxstream/include/GLES3/ |
D | gl3.h | 460 GL_APICALL GLboolean GL_APIENTRY glIsFramebuffer (GLuint framebuffer);
|
D | gl31.h | 460 GL_APICALL GLboolean GL_APIENTRY glIsFramebuffer (GLuint framebuffer);
|
D | gl32.h | 590 GL_APICALL GLboolean GL_APIENTRY glIsFramebuffer (GLuint framebuffer);
|
/hardware/google/gfxstream/common/opengl/include/GLES3/ |
D | gl3.h | 460 GL_APICALL GLboolean GL_APIENTRY glIsFramebuffer (GLuint framebuffer);
|
D | gl31.h | 460 GL_APICALL GLboolean GL_APIENTRY glIsFramebuffer (GLuint framebuffer);
|
/hardware/google/gfxstream/common/detector/ |
D | GlesFuncs.h | 273 X(GLboolean, glIsFramebuffer, (GLuint framebuffer), (framebuffer)) \
|
/hardware/google/gfxstream/codegen/gles2/ |
D | gles2.in | 88 GL_ENTRY(GLboolean, glIsFramebuffer, GLuint framebuffer)
|
/hardware/google/gfxstream/host/apigen-codec-common/GL/ |
D | gl_mangle.h | 958 #define glIsFramebuffer MANGLE(IsFramebuffer) macro
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | GLEScmImp.cpp | 2515 return ctx->dispatcher().glIsFramebuffer(framebuffer); in glIsFramebufferOES()
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | GLESv2Imp.cpp | 3152 GL_APICALL GLboolean GL_APIENTRY glIsFramebuffer(GLuint framebuffer){ in glIsFramebuffer() function
|