Home
last modified time | relevance | path

Searched defs:Uniform4f (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/gpu/command_buffer/common/
Dgles2_cmd_format_autogen.h5629 struct Uniform4f { struct
5630 typedef Uniform4f ValueType; argument
5631 static const CommandId kCmdId = kUniform4f; argument
5632 static const cmd::ArgFlags kArgFlags = cmd::kFixed;
5633 static const uint8 cmd_flags = CMD_FLAG_SET_TRACE_LEVEL(3);
5635 static uint32_t ComputeSize() { in ComputeSize()
5639 void SetHeader() { header.SetCmd<ValueType>(); } in SetHeader()
5641 void Init(GLint _location, GLfloat _x, GLfloat _y, GLfloat _z, GLfloat _w) { in Init()
5668 COMPILE_ASSERT(sizeof(Uniform4f) == 24, Sizeof_Uniform4f_is_not_24); argument
Dgles2_cmd_format_test_autogen.h1926 TEST_F(GLES2FormatTest, Uniform4f) { in TEST_F() argument
/external/chromium_org/ppapi/c/
Dppb_opengles2.h425 void (*Uniform4f)(PP_Resource context, member
/external/chromium_org/gpu/command_buffer/client/
Dgles2_implementation_impl_autogen.h1415 void GLES2Implementation::Uniform4f(GLint location, in Uniform4f() function
Dgles2_trace_implementation_impl_autogen.h853 void GLES2TraceImplementation::Uniform4f(GLint location, in Uniform4f() function
Dgles2_interface_stub_impl_autogen.h489 void GLES2InterfaceStub::Uniform4f(GLint /* location */, in Uniform4f() function
Dgles2_cmd_helper_autogen.h1172 void Uniform4f(GLint location, GLfloat x, GLfloat y, GLfloat z, GLfloat w) { in Uniform4f() function
Dgles2_implementation_unittest_autogen.h1292 TEST_F(GLES2ImplementationTest, Uniform4f) { in TEST_F() argument
/external/chromium_org/mojo/examples/pepper_container_app/
Dppb_opengles2_thunk.cc1187 void Uniform4f(PP_Resource context_id, in Uniform4f() function
/external/chromium_org/ppapi/shared_impl/
Dppb_opengles2_shared.cc1200 void Uniform4f(PP_Resource context_id, in Uniform4f() function
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
Dglapitemp.h4473 KEYWORD1 void KEYWORD2 NAME(Uniform4f)(GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat … in NAME() argument
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
Dglapi_mapi_tmp.h6426 GLAPI void APIENTRY GLAPI_PREFIX(Uniform4f)(GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLf… in GLAPI_PREFIX() argument