Searched defs:TexParameterf (Results 1 – 12 of 12) sorted by relevance
| /external/chromium_org/ppapi/c/ |
| D | ppb_opengles2.h | 407 void (*TexParameterf)(PP_Resource context, member 866 void (*TexParameterf)(PP_Resource context, member
|
| /external/chromium_org/gpu/command_buffer/common/ |
| D | gles2_cmd_format_autogen.h | 4964 struct TexParameterf { struct 4965 typedef TexParameterf ValueType; argument 4966 static const CommandId kCmdId = kTexParameterf; argument 4967 static const cmd::ArgFlags kArgFlags = cmd::kFixed; 4968 static const uint8 cmd_flags = CMD_FLAG_SET_TRACE_LEVEL(3); 4970 static uint32_t ComputeSize() { in ComputeSize() 4994 COMPILE_ASSERT(sizeof(TexParameterf) == 16, Sizeof_TexParameterf_is_not_16); argument
|
| D | gles2_cmd_format_test_autogen.h | 1631 TEST_F(GLES2FormatTest, TexParameterf) { in TEST_F() argument
|
| /external/chromium_org/gpu/command_buffer/client/ |
| D | gles2_implementation_impl_autogen.h | 1198 void GLES2Implementation::TexParameterf(GLenum target, in TexParameterf() function
|
| D | gles2_interface_stub_impl_autogen.h | 417 void GLES2InterfaceStub::TexParameterf(GLenum /* target */, in TexParameterf() function
|
| D | gles2_trace_implementation_impl_autogen.h | 733 void GLES2TraceImplementation::TexParameterf(GLenum target, in TexParameterf() function
|
| D | gles2_implementation_unittest_autogen.h | 1064 TEST_F(GLES2ImplementationTest, TexParameterf) { in TEST_F() argument
|
| D | gles2_cmd_helper_autogen.h | 1037 void TexParameterf(GLenum target, GLenum pname, GLfloat param) { in TexParameterf() function
|
| /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
|