Home
last modified time | relevance | path

Searched defs:GetFramebufferAttachmentParameteriv (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/gpu/command_buffer/common/
Dgles2_cmd_format_autogen.h2840 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
Dgles2_cmd_format_test_autogen.h954 TEST_F(GLES2FormatTest, GetFramebufferAttachmentParameteriv) { in TEST_F() argument
/external/chromium_org/ppapi/c/
Dppb_opengles2.h267 void (*GetFramebufferAttachmentParameteriv)(PP_Resource context, member
726 void (*GetFramebufferAttachmentParameteriv)(PP_Resource context, member
/external/chromium_org/gpu/command_buffer/client/
Dgles2_implementation_impl_autogen.h659 void GLES2Implementation::GetFramebufferAttachmentParameteriv(GLenum target, in GetFramebufferAttachmentParameteriv() function
Dgles2_interface_stub_impl_autogen.h239 void GLES2InterfaceStub::GetFramebufferAttachmentParameteriv( in GetFramebufferAttachmentParameteriv() function
Dgles2_trace_implementation_impl_autogen.h418 void GLES2TraceImplementation::GetFramebufferAttachmentParameteriv( in GetFramebufferAttachmentParameteriv() function
Dgles2_implementation_unittest_autogen.h597 TEST_F(GLES2ImplementationTest, GetFramebufferAttachmentParameteriv) { in TEST_F() argument
Dgles2_cmd_helper_autogen.h607 void GetFramebufferAttachmentParameteriv(GLenum target, in GetFramebufferAttachmentParameteriv() function
/external/chromium_org/mojo/examples/pepper_container_app/
Dppb_opengles2_thunk.cc590 void GetFramebufferAttachmentParameteriv(PP_Resource context_id, in GetFramebufferAttachmentParameteriv() function
/external/chromium_org/ppapi/shared_impl/
Dppb_opengles2_shared.cc600 void GetFramebufferAttachmentParameteriv(PP_Resource context_id, in GetFramebufferAttachmentParameteriv() function
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
Dglapitemp.h7164 KEYWORD1 void KEYWORD2 NAME(GetFramebufferAttachmentParameteriv)(GLenum target, GLenum attachment, … in NAME() argument
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
Dglapi_mapi_tmp.h9471 GLAPI void APIENTRY GLAPI_PREFIX(GetFramebufferAttachmentParameteriv)(GLenum target, GLenum attachm… in GLAPI_PREFIX() argument