Searched defs:GetTexParameteriv (Results 1 – 12 of 12) sorted by relevance
/external/chromium_org/ppapi/c/ |
D | ppb_opengles2.h | 310 void (*GetTexParameteriv)(PP_Resource context, member 769 void (*GetTexParameteriv)(PP_Resource context, member
|
/external/chromium_org/gpu/command_buffer/common/ |
D | gles2_cmd_format_autogen.h | 3382 struct GetTexParameteriv { struct 3383 typedef GetTexParameteriv ValueType; argument 3384 static const CommandId kCmdId = kGetTexParameteriv; argument 3385 static const cmd::ArgFlags kArgFlags = cmd::kFixed; 3386 static const uint8 cmd_flags = CMD_FLAG_SET_TRACE_LEVEL(3); 3388 typedef SizedResult<GLint> Result; 3390 static uint32_t ComputeSize() { in ComputeSize() 3394 void SetHeader() { header.SetCmd<ValueType>(); } in SetHeader() 3396 void Init(GLenum _target, in Init() 3424 COMPILE_ASSERT(sizeof(GetTexParameteriv) == 20, argument
|
D | gles2_cmd_format_test_autogen.h | 1124 TEST_F(GLES2FormatTest, GetTexParameteriv) { in TEST_F() argument
|
/external/chromium_org/gpu/command_buffer/client/ |
D | gles2_implementation_impl_autogen.h | 916 void GLES2Implementation::GetTexParameteriv(GLenum target, in GetTexParameteriv() function
|
D | gles2_interface_stub_impl_autogen.h | 286 void GLES2InterfaceStub::GetTexParameteriv(GLenum /* target */, in GetTexParameteriv() function
|
D | gles2_trace_implementation_impl_autogen.h | 499 void GLES2TraceImplementation::GetTexParameteriv(GLenum target, in GetTexParameteriv() function
|
D | gles2_implementation_unittest_autogen.h | 710 TEST_F(GLES2ImplementationTest, GetTexParameteriv) { in TEST_F() argument
|
D | gles2_cmd_helper_autogen.h | 711 void GetTexParameteriv(GLenum target, in GetTexParameteriv() function
|
/external/chromium_org/mojo/examples/pepper_container_app/ |
D | ppb_opengles2_thunk.cc | 701 void GetTexParameteriv(PP_Resource context_id, in GetTexParameteriv() function
|
/external/chromium_org/ppapi/shared_impl/ |
D | ppb_opengles2_shared.cc | 713 void GetTexParameteriv(PP_Resource context_id, in GetTexParameteriv() function
|
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/ |
D | glapitemp.h | 1775 KEYWORD1 void KEYWORD2 NAME(GetTexParameteriv)(GLenum target, GLenum pname, GLint * params) in NAME() argument
|
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/ |
D | glapi_mapi_tmp.h | 3388 GLAPI void APIENTRY GLAPI_PREFIX(GetTexParameteriv)(GLenum target, GLenum pname, GLint *params) in GLAPI_PREFIX() argument
|