/external/chromium_org/gpu/command_buffer/common/ |
D | gles2_cmd_format_autogen.h | 5629 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
|
D | gles2_cmd_format_test_autogen.h | 1926 TEST_F(GLES2FormatTest, Uniform4f) { in TEST_F() argument
|
/external/chromium_org/ppapi/c/ |
D | ppb_opengles2.h | 425 void (*Uniform4f)(PP_Resource context, member
|
/external/chromium_org/gpu/command_buffer/client/ |
D | gles2_implementation_impl_autogen.h | 1415 void GLES2Implementation::Uniform4f(GLint location, in Uniform4f() function
|
D | gles2_trace_implementation_impl_autogen.h | 853 void GLES2TraceImplementation::Uniform4f(GLint location, in Uniform4f() function
|
D | gles2_interface_stub_impl_autogen.h | 489 void GLES2InterfaceStub::Uniform4f(GLint /* location */, in Uniform4f() function
|
D | gles2_cmd_helper_autogen.h | 1172 void Uniform4f(GLint location, GLfloat x, GLfloat y, GLfloat z, GLfloat w) { in Uniform4f() function
|
D | gles2_implementation_unittest_autogen.h | 1292 TEST_F(GLES2ImplementationTest, Uniform4f) { in TEST_F() argument
|
/external/chromium_org/mojo/examples/pepper_container_app/ |
D | ppb_opengles2_thunk.cc | 1187 void Uniform4f(PP_Resource context_id, in Uniform4f() function
|
/external/chromium_org/ppapi/shared_impl/ |
D | ppb_opengles2_shared.cc | 1200 void Uniform4f(PP_Resource context_id, in Uniform4f() function
|
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/ |
D | glapitemp.h | 4473 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/ |
D | glapi_mapi_tmp.h | 6426 GLAPI void APIENTRY GLAPI_PREFIX(Uniform4f)(GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLf… in GLAPI_PREFIX() argument
|