Searched refs:IsFramebuffer (Results 1 - 25 of 29) sorted by relevance

12

/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_ids_autogen.h116 OP(IsFramebuffer) /* 359 */ \
H A Dgles2_cmd_format_test_autogen.h1652 TEST_F(GLES2FormatTest, IsFramebuffer) {
1653 cmds::IsFramebuffer& cmd = *GetBufferAs<cmds::IsFramebuffer>();
1659 EXPECT_EQ(static_cast<uint32>(cmds::IsFramebuffer::kCmdId),
H A Dgles2_cmd_format_autogen.h4486 struct IsFramebuffer { struct
4487 typedef IsFramebuffer ValueType;
4523 COMPILE_ASSERT(sizeof(IsFramebuffer) == 16,
4525 COMPILE_ASSERT(offsetof(IsFramebuffer, header) == 0,
4527 COMPILE_ASSERT(offsetof(IsFramebuffer, framebuffer) == 4,
4529 COMPILE_ASSERT(offsetof(IsFramebuffer, result_shm_id) == 8,
4531 COMPILE_ASSERT(offsetof(IsFramebuffer, result_shm_offset) == 12,
/external/chromium_org/gpu/GLES2/
H A Dgl2chromium_autogen.h98 #define glIsFramebuffer GLES2_GET_FUN(IsFramebuffer)
/external/chromium_org/ppapi/shared_impl/
H A Dppb_opengles2_shared.cc446 GLboolean IsFramebuffer(PP_Resource context_id, GLuint framebuffer) { function in namespace:ppapi::__anon9519
447 return GetGLES(context_id)->IsFramebuffer(framebuffer);
929 &IsFramebuffer,
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation_unittest_autogen.h792 TEST_F(GLES2ImplementationTest, IsFramebuffer) {
794 cmds::IsFramebuffer cmd;
797 typedef cmds::IsFramebuffer::Result Result;
800 GetExpectedResultMemory(sizeof(cmds::IsFramebuffer::Result));
807 GLboolean result = gl_->IsFramebuffer(1);
H A Dgles2_interface_stub_impl_autogen.h266 GLboolean GLES2InterfaceStub::IsFramebuffer(GLuint /* framebuffer */) { function in class:GLES2InterfaceStub
H A Dgles2_implementation_impl_autogen.h852 GLboolean GLES2Implementation::IsFramebuffer(GLuint framebuffer) { function in class:GLES2Implementation
854 TRACE_EVENT0("gpu", "GLES2Implementation::IsFramebuffer");
856 typedef cmds::IsFramebuffer::Result Result;
862 helper_->IsFramebuffer(framebuffer, GetResultShmId(), GetResultShmOffset());
H A Dgles2_trace_implementation_impl_autogen.h485 GLboolean GLES2TraceImplementation::IsFramebuffer(GLuint framebuffer) { function in class:GLES2TraceImplementation
486 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::IsFramebuffer");
487 return gl_->IsFramebuffer(framebuffer);
H A Dgles2_implementation_autogen.h217 virtual GLboolean IsFramebuffer(GLuint framebuffer) OVERRIDE;
H A Dgles2_interface_autogen.h133 virtual GLboolean IsFramebuffer(GLuint framebuffer) = 0;
H A Dgles2_interface_stub_autogen.h143 virtual GLboolean IsFramebuffer(GLuint framebuffer) OVERRIDE;
H A Dgles2_trace_implementation_autogen.h143 virtual GLboolean IsFramebuffer(GLuint framebuffer) OVERRIDE;
H A Dgles2_cmd_helper_autogen.h854 void IsFramebuffer( function
856 gles2::cmds::IsFramebuffer* c = GetCmdSpace<gles2::cmds::IsFramebuffer>();
H A Dgles2_c_lib_autogen.h303 return gles2::GetGLContext()->IsFramebuffer(framebuffer);
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_unittest_2_autogen.h129 SpecializedSetup<cmds::IsFramebuffer, 0>(true);
130 cmds::IsFramebuffer cmd;
137 SpecializedSetup<cmds::IsFramebuffer, 0>(false);
138 cmds::IsFramebuffer cmd;
H A Dgles2_cmd_decoder_unittest_base.cc700 return IsObjectHelper<cmds::IsFramebuffer, cmds::IsFramebuffer::Result>(
H A Dgles2_cmd_decoder_autogen.h1460 uint32 immediate_data_size, const gles2::cmds::IsFramebuffer& c) {
1462 typedef cmds::IsFramebuffer::Result Result;
/external/chromium_org/ppapi/c/
H A Dppb_opengles2.h189 GLboolean (*IsFramebuffer)(PP_Resource context, GLuint framebuffer); member in struct:PPB_OpenGLES2
/external/chromium_org/ppapi/lib/gl/gles2/
H A Dgles2.c451 return glGetInterfacePPAPI()->IsFramebuffer(
/external/chromium_org/ppapi/lib/gl/include/GLES2/
H A Dgl2.h573 #define glIsFramebuffer GLES2_GET_FUN(IsFramebuffer)
/external/chromium_org/webkit/common/gpu/
H A Dwebgraphicscontext3d_in_process_command_buffer_impl.cc823 DELEGATE_TO_GL_1RB(isFramebuffer, IsFramebuffer, WebGLId, WGC3Dboolean)
/external/chromium_org/content/common/gpu/client/
H A Dwebgraphicscontext3d_command_buffer_impl.cc1067 DELEGATE_TO_GL_1RB(isFramebuffer, IsFramebuffer, WebGLId, WGC3Dboolean)
/external/chromium_org/third_party/mesa/src/include/GL/
H A Dgl_mangle.h958 #define glIsFramebuffer MANGLE(IsFramebuffer)
/external/mesa3d/include/GL/
H A Dgl_mangle.h958 #define glIsFramebuffer MANGLE(IsFramebuffer)

Completed in 207 milliseconds

12