/external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/ |
gles_api.py | 370 "IsFramebuffer",
|
ARB_framebuffer_object.xml | 185 <function name="IsFramebuffer" alias="IsFramebufferEXT">
|
/external/mesa3d/src/mapi/glapi/gen/ |
gles_api.py | 370 "IsFramebuffer",
|
ARB_framebuffer_object.xml | 185 <function name="IsFramebuffer" alias="IsFramebufferEXT">
|
/external/chromium_org/gpu/GLES2/ |
gl2chromium_autogen.h | 100 #define glIsFramebuffer GLES2_GET_FUN(IsFramebuffer)
|
/external/chromium_org/gpu/command_buffer/common/ |
gles2_cmd_ids_autogen.h | 100 OP(IsFramebuffer) /* 341 */ \
|
/external/deqp/framework/opengl/wrapper/ |
glwInitES20Direct.inl | 87 gl->isFramebuffer = &glIsFramebuffer;
|
glwFunctions.inl | 272 glIsFramebufferFunc isFramebuffer;
|
glwInitES20.inl | 87 gl->isFramebuffer = (glIsFramebufferFunc) loader->get("glIsFramebuffer");
|
glwInitES30Direct.inl | 87 gl->isFramebuffer = &glIsFramebuffer;
|
/external/deqp/framework/opengl/ |
gluES3PlusWrapperFuncs.inl | 87 dst->isFramebuffer = src.isFramebuffer;
|
/external/chromium_org/gpu/command_buffer/client/ |
gles2_trace_implementation_impl_autogen.h | 562 GLboolean GLES2TraceImplementation::IsFramebuffer(GLuint framebuffer) { 563 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::IsFramebuffer"); 564 return gl_->IsFramebuffer(framebuffer); [all...] |
gles2_implementation_impl_autogen.h | [all...] |
gles2_implementation_unittest_autogen.h | 815 TEST_F(GLES2ImplementationTest, IsFramebuffer) { 817 cmds::IsFramebuffer cmd; 822 GetExpectedResultMemory(sizeof(cmds::IsFramebuffer::Result)); 829 GLboolean result = gl_->IsFramebuffer(1); [all...] |
gles2_cmd_helper_autogen.h | 809 void IsFramebuffer(GLuint framebuffer, 812 gles2::cmds::IsFramebuffer* c = GetCmdSpace<gles2::cmds::IsFramebuffer>(); [all...] |
gles2_implementation_autogen.h | 278 virtual GLboolean IsFramebuffer(GLuint framebuffer) OVERRIDE;
|
gles2_interface_autogen.h | 196 virtual GLboolean IsFramebuffer(GLuint framebuffer) = 0;
|
/external/chromium_org/ppapi/shared_impl/ |
ppb_opengles2_shared.cc | 809 GLboolean IsFramebuffer(PP_Resource context_id, GLuint framebuffer) { 812 return ToGles2Impl(&enter)->IsFramebuffer(framebuffer); [all...] |
/external/chromium_org/cc/test/ |
test_web_graphics_context_3d.h | 111 virtual GLboolean isFramebuffer(GLuint framebuffer);
|
test_web_graphics_context_3d.cc | 132 GLboolean TestWebGraphicsContext3D::isFramebuffer(
|
/external/chromium_org/mojo/public/c/gles2/ |
gles2_call_visitor_autogen.h | 307 VISIT_GL_CALL(IsFramebuffer, GLboolean, (GLuint framebuffer), (framebuffer))
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/test/ |
MockWebGraphicsContext3D.h | 167 virtual WGC3Dboolean isFramebuffer(WebGLId framebuffer) { return false; }
|
/external/chromium_org/mojo/examples/pepper_container_app/ |
ppb_opengles2_thunk.cc | 797 GLboolean IsFramebuffer(PP_Resource context_id, GLuint framebuffer) { [all...] |
/external/chromium_org/ppapi/c/ |
ppb_opengles2.h | 340 GLboolean (*IsFramebuffer)(PP_Resource context, GLuint framebuffer); [all...] |
/external/chromium_org/webkit/common/gpu/ |
webgraphicscontext3d_impl.cc | 551 DELEGATE_TO_GL_1RB(isFramebuffer, IsFramebuffer, WebGLId, WGC3Dboolean) [all...] |