/external/chromium_org/ppapi/c/ |
D | ppb_opengles2.h | 170 void (*GetTexParameterfv)( member
|
/external/chromium_org/gpu/command_buffer/common/ |
D | gles2_cmd_format_autogen.h | 3702 struct GetTexParameterfv { struct 3703 typedef GetTexParameterfv ValueType; argument 3704 static const CommandId kCmdId = kGetTexParameterfv; argument 3705 static const cmd::ArgFlags kArgFlags = cmd::kFixed; 3707 typedef SizedResult<GLfloat> Result; 3709 static uint32 ComputeSize() { in ComputeSize() 3713 void SetHeader() { in SetHeader() 3717 void Init( in Init() 3742 COMPILE_ASSERT(sizeof(GetTexParameterfv) == 20, argument
|
D | gles2_cmd_format_test_autogen.h | 1432 TEST_F(GLES2FormatTest, GetTexParameterfv) { in TEST_F() argument
|
/external/chromium_org/webkit/common/gpu/ |
D | webgraphicscontext3d_in_process_command_buffer_impl.cc | 768 DELEGATE_TO_GL_3(getTexParameterfv, GetTexParameterfv, in DELEGATE_TO_GL_3() argument
|
/external/chromium_org/content/common/gpu/client/ |
D | webgraphicscontext3d_command_buffer_impl.cc | 889 DELEGATE_TO_GL_3(getTexParameterfv, GetTexParameterfv, in DELEGATE_TO_GL_3() argument
|
/external/chromium_org/gpu/command_buffer/client/ |
D | gles2_implementation_impl_autogen.h | 776 void GLES2Implementation::GetTexParameterfv( in GetTexParameterfv() function
|
D | gles2_trace_implementation_impl_autogen.h | 422 void GLES2TraceImplementation::GetTexParameterfv( in GetTexParameterfv() function
|
D | gles2_interface_stub_impl_autogen.h | 233 void GLES2InterfaceStub::GetTexParameterfv( in GetTexParameterfv() function
|
D | gles2_implementation_unittest_autogen.h | 668 TEST_F(GLES2ImplementationTest, GetTexParameterfv) { in TEST_F() argument
|
D | gles2_cmd_helper_autogen.h | 711 void GetTexParameterfv( in GetTexParameterfv() function
|
/external/chromium_org/ppapi/shared_impl/ |
D | ppb_opengles2_shared.cc | 624 void GetTexParameterfv( in GetTexParameterfv() function
|
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/ |
D | glapitemp.h | 1769 KEYWORD1 void KEYWORD2 NAME(GetTexParameterfv)(GLenum target, GLenum pname, GLfloat * params) in NAME() argument
|
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/ |
D | glapi_mapi_tmp.h | 3381 GLAPI void APIENTRY GLAPI_PREFIX(GetTexParameterfv)(GLenum target, GLenum pname, GLfloat *params) in GLAPI_PREFIX() argument
|