/external/chromium_org/gpu/command_buffer/service/ |
D | gles2_cmd_decoder_unittest.cc | 337 TEST_P(GLES2DecoderTest, IsFramebuffer) { in TEST_P() argument
|
/external/chromium_org/gpu/command_buffer/common/ |
D | gles2_cmd_format_autogen.h | 3779 struct IsFramebuffer { struct 3780 typedef IsFramebuffer ValueType; argument 3781 static const CommandId kCmdId = kIsFramebuffer; argument 3782 static const cmd::ArgFlags kArgFlags = cmd::kFixed; 3783 static const uint8 cmd_flags = CMD_FLAG_SET_TRACE_LEVEL(3); 3785 typedef uint32_t Result; 3787 static uint32_t ComputeSize() { in ComputeSize() 3791 void SetHeader() { header.SetCmd<ValueType>(); } in SetHeader() 3793 void Init(GLuint _framebuffer, in Init() 3817 COMPILE_ASSERT(sizeof(IsFramebuffer) == 16, Sizeof_IsFramebuffer_is_not_16); argument
|
D | gles2_cmd_format_test_autogen.h | 1251 TEST_F(GLES2FormatTest, IsFramebuffer) { in TEST_F() argument
|
/external/chromium_org/ppapi/c/ |
D | ppb_opengles2.h | 294 GLboolean (*IsFramebuffer)(PP_Resource context, GLuint framebuffer); member
|
/external/chromium_org/gpu/command_buffer/client/ |
D | gles2_implementation_impl_autogen.h | 973 GLboolean GLES2Implementation::IsFramebuffer(GLuint framebuffer) { in IsFramebuffer() function
|
D | gles2_trace_implementation_impl_autogen.h | 562 GLboolean GLES2TraceImplementation::IsFramebuffer(GLuint framebuffer) { in IsFramebuffer() function
|
D | gles2_interface_stub_impl_autogen.h | 322 GLboolean GLES2InterfaceStub::IsFramebuffer(GLuint /* framebuffer */) { in IsFramebuffer() function
|
D | gles2_cmd_helper_autogen.h | 787 void IsFramebuffer(GLuint framebuffer, in IsFramebuffer() function
|
D | gles2_implementation_unittest_autogen.h | 815 TEST_F(GLES2ImplementationTest, IsFramebuffer) { in TEST_F() argument
|
/external/chromium_org/mojo/examples/pepper_container_app/ |
D | ppb_opengles2_thunk.cc | 797 GLboolean IsFramebuffer(PP_Resource context_id, GLuint framebuffer) { in IsFramebuffer() function
|
/external/chromium_org/ppapi/shared_impl/ |
D | ppb_opengles2_shared.cc | 809 GLboolean IsFramebuffer(PP_Resource context_id, GLuint framebuffer) { in IsFramebuffer() function
|
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/ |
D | glapitemp.h | 7188 KEYWORD1 GLboolean KEYWORD2 NAME(IsFramebuffer)(GLuint framebuffer) in NAME() argument
|
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/ |
D | glapi_mapi_tmp.h | 9499 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsFramebuffer)(GLuint framebuffer) in GLAPI_PREFIX() argument
|