Searched defs:TexParameterf (Results 1 – 12 of 12) sorted by relevance
/external/chromium_org/gpu/command_buffer/common/ |
D | gles2_cmd_format_autogen.h | 4854 struct TexParameterf { struct 4855 typedef TexParameterf ValueType; argument 4856 static const CommandId kCmdId = kTexParameterf; argument 4857 static const cmd::ArgFlags kArgFlags = cmd::kFixed; 4858 static const uint8 cmd_flags = CMD_FLAG_SET_TRACE_LEVEL(3); 4860 static uint32_t ComputeSize() { in ComputeSize() 4884 COMPILE_ASSERT(sizeof(TexParameterf) == 16, Sizeof_TexParameterf_is_not_16); argument
|
D | gles2_cmd_format_test_autogen.h | 1599 TEST_F(GLES2FormatTest, TexParameterf) { in TEST_F() argument
|
/external/chromium_org/ppapi/c/ |
D | ppb_opengles2.h | 361 void (*TexParameterf)(PP_Resource context, member
|
/external/chromium_org/gpu/command_buffer/client/ |
D | gles2_implementation_impl_autogen.h | 1198 void GLES2Implementation::TexParameterf(GLenum target, in TexParameterf() function
|
D | gles2_trace_implementation_impl_autogen.h | 733 void GLES2TraceImplementation::TexParameterf(GLenum target, in TexParameterf() function
|
D | gles2_interface_stub_impl_autogen.h | 417 void GLES2InterfaceStub::TexParameterf(GLenum /* target */, in TexParameterf() function
|
D | gles2_cmd_helper_autogen.h | 1015 void TexParameterf(GLenum target, GLenum pname, GLfloat param) { in TexParameterf() function
|
D | gles2_implementation_unittest_autogen.h | 1064 TEST_F(GLES2ImplementationTest, TexParameterf) { in TEST_F() argument
|
/external/chromium_org/mojo/examples/pepper_container_app/ |
D | ppb_opengles2_thunk.cc | 1020 void TexParameterf(PP_Resource context_id, in TexParameterf() function
|
/external/chromium_org/ppapi/shared_impl/ |
D | ppb_opengles2_shared.cc | 1033 void TexParameterf(PP_Resource context_id, in TexParameterf() function
|
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/ |
D | glapitemp.h | 1151 KEYWORD1 void KEYWORD2 NAME(TexParameterf)(GLenum target, GLenum pname, GLfloat param) in NAME() argument
|
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/ |
D | glapi_mapi_tmp.h | 2646 GLAPI void APIENTRY GLAPI_PREFIX(TexParameterf)(GLenum target, GLenum pname, GLfloat param) in GLAPI_PREFIX() argument
|