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

12

/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_ids_autogen.h100 OP(IsFramebuffer) /* 341 */ \
H A Dgles2_cmd_format_autogen.h3889 struct IsFramebuffer { struct
3890 typedef IsFramebuffer ValueType;
3927 COMPILE_ASSERT(sizeof(IsFramebuffer) == 16, Sizeof_IsFramebuffer_is_not_16);
3928 COMPILE_ASSERT(offsetof(IsFramebuffer, header) == 0,
3930 COMPILE_ASSERT(offsetof(IsFramebuffer, framebuffer) == 4,
3932 COMPILE_ASSERT(offsetof(IsFramebuffer, result_shm_id) == 8,
3934 COMPILE_ASSERT(offsetof(IsFramebuffer, result_shm_offset) == 12,
H A Dgles2_cmd_format_test_autogen.h1283 TEST_F(GLES2FormatTest, IsFramebuffer) {
1284 cmds::IsFramebuffer& cmd = *GetBufferAs<cmds::IsFramebuffer>();
1289 EXPECT_EQ(static_cast<uint32_t>(cmds::IsFramebuffer::kCmdId),
/external/chromium_org/gpu/GLES2/
H A Dgl2chromium_autogen.h100 #define glIsFramebuffer GLES2_GET_FUN(IsFramebuffer)
/external/chromium_org/ppapi/shared_impl/
H A Dppb_opengles2_shared.cc809 GLboolean IsFramebuffer(PP_Resource context_id, GLuint framebuffer) { function in namespace:ppapi::__anon10171
812 return ToGles2Impl(&enter)->IsFramebuffer(framebuffer);
1652 &IsEnabled, &IsFramebuffer,
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation_unittest_autogen.h815 TEST_F(GLES2ImplementationTest, IsFramebuffer) {
817 cmds::IsFramebuffer cmd;
822 GetExpectedResultMemory(sizeof(cmds::IsFramebuffer::Result));
829 GLboolean result = gl_->IsFramebuffer(1);
H A Dgles2_interface_stub_impl_autogen.h322 GLboolean GLES2InterfaceStub::IsFramebuffer(GLuint /* framebuffer */) { function in class:GLES2InterfaceStub
H A Dgles2_cmd_helper_autogen.h809 void IsFramebuffer(GLuint framebuffer, function
812 gles2::cmds::IsFramebuffer* c = GetCmdSpace<gles2::cmds::IsFramebuffer>();
H A Dgles2_implementation_impl_autogen.h973 GLboolean GLES2Implementation::IsFramebuffer(GLuint framebuffer) { function in class:GLES2Implementation
975 TRACE_EVENT0("gpu", "GLES2Implementation::IsFramebuffer");
978 typedef cmds::IsFramebuffer::Result Result;
984 helper_->IsFramebuffer(framebuffer, GetResultShmId(), GetResultShmOffset());
H A Dgles2_trace_implementation_impl_autogen.h562 GLboolean GLES2TraceImplementation::IsFramebuffer(GLuint framebuffer) { function in class:GLES2TraceImplementation
563 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::IsFramebuffer");
564 return gl_->IsFramebuffer(framebuffer);
H A Dgles2_implementation_autogen.h278 virtual GLboolean IsFramebuffer(GLuint framebuffer) OVERRIDE;
H A Dgles2_interface_autogen.h196 virtual GLboolean IsFramebuffer(GLuint framebuffer) = 0;
H A Dgles2_interface_stub_autogen.h206 virtual GLboolean IsFramebuffer(GLuint framebuffer) OVERRIDE;
H A Dgles2_trace_implementation_autogen.h206 virtual GLboolean IsFramebuffer(GLuint framebuffer) OVERRIDE;
H A Dgles2_c_lib_autogen.h364 return gles2::GetGLContext()->IsFramebuffer(framebuffer);
/external/chromium_org/mojo/examples/pepper_container_app/
H A Dppb_opengles2_thunk.cc797 GLboolean IsFramebuffer(PP_Resource context_id, GLuint framebuffer) { function in namespace:mojo::examples::__anon8751
1420 &IsEnabled, &IsFramebuffer,
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_unittest_base.cc886 return IsObjectHelper<cmds::IsFramebuffer, cmds::IsFramebuffer::Result>(
H A Dgles2_cmd_decoder_unittest_1_autogen.h1785 SpecializedSetup<cmds::IsFramebuffer, 0>(true);
1786 cmds::IsFramebuffer cmd;
1793 SpecializedSetup<cmds::IsFramebuffer, 0>(false);
1794 cmds::IsFramebuffer cmd;
H A Dgles2_cmd_decoder_autogen.h1455 const gles2::cmds::IsFramebuffer& c =
1456 *static_cast<const gles2::cmds::IsFramebuffer*>(cmd_data);
1459 typedef cmds::IsFramebuffer::Result Result;
H A Dgles2_cmd_decoder_unittest.cc337 TEST_P(GLES2DecoderTest, IsFramebuffer) {
/external/chromium_org/mojo/public/c/gles2/
H A Dgles2_call_visitor_autogen.h307 VISIT_GL_CALL(IsFramebuffer, GLboolean, (GLuint framebuffer), (framebuffer))
/external/chromium_org/ppapi/c/
H A Dppb_opengles2.h340 GLboolean (*IsFramebuffer)(PP_Resource context, GLuint framebuffer); member in struct:PPB_OpenGLES2_1_0
799 GLboolean (*IsFramebuffer)(PP_Resource context, GLuint framebuffer); member in struct:PPB_OpenGLES2
/external/chromium_org/ppapi/lib/gl/gles2/
H A Dgles2.c536 return glGetInterfacePPAPI()->IsFramebuffer(glGetCurrentContextPPAPI(),
/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_impl.cc551 DELEGATE_TO_GL_1RB(isFramebuffer, IsFramebuffer, WebGLId, WGC3Dboolean)

Completed in 6500 milliseconds

12