Searched defs:Uniform1f (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation_impl_autogen.h1081 void GLES2Implementation::Uniform1f(GLint location, GLfloat x) { function in class:GLES2Implementation
1084 helper_->Uniform1f(location, x);
H A Dgles2_interface_stub_impl_autogen.h358 void GLES2InterfaceStub::Uniform1f(GLint /* location */, GLfloat /* x */) { function in class:GLES2InterfaceStub
H A Dgles2_cmd_helper_autogen.h1069 void Uniform1f(GLint location, GLfloat x) { function
1070 gles2::cmds::Uniform1f* c = GetCmdSpace<gles2::cmds::Uniform1f>();
H A Dgles2_trace_implementation_impl_autogen.h660 void GLES2TraceImplementation::Uniform1f(GLint location, GLfloat x) { function in class:GLES2TraceImplementation
661 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::Uniform1f");
662 gl_->Uniform1f(location, x);
/external/chromium_org/ppapi/c/
H A Dppb_opengles2.h242 void (*Uniform1f)(PP_Resource context, GLint location, GLfloat x); member in struct:PPB_OpenGLES2
/external/chromium_org/ppapi/shared_impl/
H A Dppb_opengles2_shared.cc953 void Uniform1f(PP_Resource context_id, GLint location, GLfloat x) { function in namespace:ppapi::__anon10227
956 ToGles2Impl(&enter)->Uniform1f(location, x);
1474 &Uniform1f,
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_format_autogen.h5689 struct Uniform1f { struct
5690 typedef Uniform1f ValueType;
5718 COMPILE_ASSERT(sizeof(Uniform1f) == 12,
5720 COMPILE_ASSERT(offsetof(Uniform1f, header) == 0,
5722 COMPILE_ASSERT(offsetof(Uniform1f, location) == 4,
5724 COMPILE_ASSERT(offsetof(Uniform1f, x) == 8,
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
H A Dglapitemp.h4329 KEYWORD1 void KEYWORD2 NAME(Uniform1f)(GLint location, GLfloat v0) function
9429 TABLE_ENTRY(Uniform1f),
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglapi_mapi_tmp.h727 GLAPI void APIENTRY GLAPI_PREFIX(Uniform1f)(GLint location, GLfloat v0);
6258 GLAPI void APIENTRY GLAPI_PREFIX(Uniform1f)(GLint location, GLfloat v0) function
12484 ".globl "GLAPI_PREFIX_STR(Uniform1f)"\n"
12485 ".set "GLAPI_PREFIX_STR(Uniform1f)", "GLAPI_PREFIX_STR(Uniform1fARB)"\n"

Completed in 194 milliseconds