Searched defs:GetFramebufferAttachmentParameteriv (Results 1 – 12 of 12) sorted by relevance
/external/chromium_org/gpu/command_buffer/common/ |
D | gles2_cmd_format_autogen.h | 2840 struct GetFramebufferAttachmentParameteriv { struct 2841 typedef GetFramebufferAttachmentParameteriv ValueType; argument 2842 static const CommandId kCmdId = kGetFramebufferAttachmentParameteriv; argument 2843 static const cmd::ArgFlags kArgFlags = cmd::kFixed; 2844 static const uint8 cmd_flags = CMD_FLAG_SET_TRACE_LEVEL(3); 2846 typedef SizedResult<GLint> Result; 2848 static uint32_t ComputeSize() { in ComputeSize() 2852 void SetHeader() { header.SetCmd<ValueType>(); } in SetHeader() 2854 void Init(GLenum _target, in Init() 2886 COMPILE_ASSERT(sizeof(GetFramebufferAttachmentParameteriv) == 24, argument
|
D | gles2_cmd_format_test_autogen.h | 954 TEST_F(GLES2FormatTest, GetFramebufferAttachmentParameteriv) { in TEST_F() argument
|
/external/chromium_org/ppapi/c/ |
D | ppb_opengles2.h | 267 void (*GetFramebufferAttachmentParameteriv)(PP_Resource context, member 726 void (*GetFramebufferAttachmentParameteriv)(PP_Resource context, member
|
/external/chromium_org/gpu/command_buffer/client/ |
D | gles2_implementation_impl_autogen.h | 659 void GLES2Implementation::GetFramebufferAttachmentParameteriv(GLenum target, in GetFramebufferAttachmentParameteriv() function
|
D | gles2_interface_stub_impl_autogen.h | 239 void GLES2InterfaceStub::GetFramebufferAttachmentParameteriv( in GetFramebufferAttachmentParameteriv() function
|
D | gles2_trace_implementation_impl_autogen.h | 418 void GLES2TraceImplementation::GetFramebufferAttachmentParameteriv( in GetFramebufferAttachmentParameteriv() function
|
D | gles2_implementation_unittest_autogen.h | 597 TEST_F(GLES2ImplementationTest, GetFramebufferAttachmentParameteriv) { in TEST_F() argument
|
D | gles2_cmd_helper_autogen.h | 607 void GetFramebufferAttachmentParameteriv(GLenum target, in GetFramebufferAttachmentParameteriv() function
|
/external/chromium_org/mojo/examples/pepper_container_app/ |
D | ppb_opengles2_thunk.cc | 590 void GetFramebufferAttachmentParameteriv(PP_Resource context_id, in GetFramebufferAttachmentParameteriv() function
|
/external/chromium_org/ppapi/shared_impl/ |
D | ppb_opengles2_shared.cc | 600 void GetFramebufferAttachmentParameteriv(PP_Resource context_id, in GetFramebufferAttachmentParameteriv() function
|
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/ |
D | glapitemp.h | 7164 KEYWORD1 void KEYWORD2 NAME(GetFramebufferAttachmentParameteriv)(GLenum target, GLenum attachment, … in NAME() argument
|
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/ |
D | glapi_mapi_tmp.h | 9471 GLAPI void APIENTRY GLAPI_PREFIX(GetFramebufferAttachmentParameteriv)(GLenum target, GLenum attachm… in GLAPI_PREFIX() argument
|