Home
last modified time | relevance | path

Searched refs:glIsFramebuffer (Results 1 – 25 of 29) sorted by relevance

12

/hardware/google/gfxstream/host/tests/
DGLSnapshotFramebuffers_unittest.cpp40 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/
Dgl2_ftable.h94 {"glIsFramebuffer", (void*)glIsFramebuffer},
Dgl2_client_context.h96 glIsFramebuffer_client_proc_t glIsFramebuffer; member
Dgl2_client_context.cpp96 glIsFramebuffer = (glIsFramebuffer_client_proc_t) getProc("glIsFramebuffer", userData); in initDispatchByName()
Dgl2_entry.cpp91 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/
Dgles2_only.entries74 GLboolean glIsFramebuffer(GLuint framebuffer);
Dgles2_only_dispatch_logging_wrappers.impl340 DISPATCH_DEBUG_LOG("glIsFramebuffer(framebuffer:%d)", framebuffer);
Dgles12tr_internal.entries172 GLboolean glIsFramebuffer( GLuint framebuffer);
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles2_only_static_translator_namespaced_header.h75 GL_APICALL GLboolean GL_APIENTRY glIsFramebuffer(GLuint framebuffer);
Dgles2_only_functions.h75 X(GLboolean, glIsFramebuffer, (GLuint framebuffer), (framebuffer)) \
Dgles12tr_internal.h174 X(GLboolean, glIsFramebuffer, (GLuint framebuffer), (framebuffer)) \
/hardware/google/gfxstream/host/gl/gles2_dec/
Dgles2_server_context.h124 glIsFramebuffer_server_proc_t glIsFramebuffer; member
Dgles2_server_context.cpp96 glIsFramebuffer = (glIsFramebuffer_server_proc_t) getProc("glIsFramebuffer", userData); in initDispatchByName()
/hardware/google/gfxstream/include/GLES2/
Dgl2.h609 GL_APICALL GLboolean GL_APIENTRY glIsFramebuffer (GLuint framebuffer);
/hardware/google/gfxstream/common/opengl/include/GLES2/
Dgl2.h590 GL_APICALL GLboolean GL_APIENTRY glIsFramebuffer (GLuint framebuffer);
/hardware/google/gfxstream/include/GLES3/
Dgl3.h460 GL_APICALL GLboolean GL_APIENTRY glIsFramebuffer (GLuint framebuffer);
Dgl31.h460 GL_APICALL GLboolean GL_APIENTRY glIsFramebuffer (GLuint framebuffer);
Dgl32.h590 GL_APICALL GLboolean GL_APIENTRY glIsFramebuffer (GLuint framebuffer);
/hardware/google/gfxstream/common/opengl/include/GLES3/
Dgl3.h460 GL_APICALL GLboolean GL_APIENTRY glIsFramebuffer (GLuint framebuffer);
Dgl31.h460 GL_APICALL GLboolean GL_APIENTRY glIsFramebuffer (GLuint framebuffer);
/hardware/google/gfxstream/common/detector/
DGlesFuncs.h273 X(GLboolean, glIsFramebuffer, (GLuint framebuffer), (framebuffer)) \
/hardware/google/gfxstream/codegen/gles2/
Dgles2.in88 GL_ENTRY(GLboolean, glIsFramebuffer, GLuint framebuffer)
/hardware/google/gfxstream/host/apigen-codec-common/GL/
Dgl_mangle.h958 #define glIsFramebuffer MANGLE(IsFramebuffer) macro
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmImp.cpp2515 return ctx->dispatcher().glIsFramebuffer(framebuffer); in glIsFramebufferOES()
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Imp.cpp3152 GL_APICALL GLboolean GL_APIENTRY glIsFramebuffer(GLuint framebuffer){ in glIsFramebuffer() function

12