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

/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation_impl_autogen.h1311 void GLES2Implementation::UniformMatrix4fv( function in class:GLES2Implementation
H A Dgles2_interface_stub_impl_autogen.h414 void GLES2InterfaceStub::UniformMatrix4fv( function in class:GLES2InterfaceStub
H A Dgles2_cmd_helper_autogen.h1307 void UniformMatrix4fv( function
1310 gles2::cmds::UniformMatrix4fv* c =
1311 GetCmdSpace<gles2::cmds::UniformMatrix4fv>();
H A Dgles2_trace_implementation_impl_autogen.h765 void GLES2TraceImplementation::UniformMatrix4fv( function in class:GLES2TraceImplementation
767 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::UniformMatrix4fv");
768 gl_->UniformMatrix4fv(location, count, transpose, value);
/external/chromium_org/ppapi/c/
H A Dppb_opengles2.h277 void (*UniformMatrix4fv)( member in struct:PPB_OpenGLES2
/external/chromium_org/ppapi/shared_impl/
H A Dppb_opengles2_shared.cc1097 void UniformMatrix4fv( function in namespace:ppapi::__anon10227
1102 ToGles2Impl(&enter)->UniformMatrix4fv(location, count, transpose, value);
1492 &UniformMatrix4fv,
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_format_autogen.h7050 struct UniformMatrix4fv { struct
7051 typedef UniformMatrix4fv ValueType;
7091 COMPILE_ASSERT(sizeof(UniformMatrix4fv) == 24,
7093 COMPILE_ASSERT(offsetof(UniformMatrix4fv, header) == 0,
7095 COMPILE_ASSERT(offsetof(UniformMatrix4fv, location) == 4,
7097 COMPILE_ASSERT(offsetof(UniformMatrix4fv, count) == 8,
7099 COMPILE_ASSERT(offsetof(UniformMatrix4fv, transpose) == 12,
7101 COMPILE_ASSERT(offsetof(UniformMatrix4fv, value_shm_id) == 16,
7103 COMPILE_ASSERT(offsetof(UniformMatrix4fv, value_shm_offset) == 20,
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
H A Dglapitemp.h4545 KEYWORD1 void KEYWORD2 NAME(UniformMatrix4fv)(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) function
9447 TABLE_ENTRY(UniformMatrix4fv),
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglapi_mapi_tmp.h763 GLAPI void APIENTRY GLAPI_PREFIX(UniformMatrix4fv)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
6510 GLAPI void APIENTRY GLAPI_PREFIX(UniformMatrix4fv)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) function
12592 ".globl "GLAPI_PREFIX_STR(UniformMatrix4fv)"\n"
12593 ".set "GLAPI_PREFIX_STR(UniformMatrix4fv)", "GLAPI_PREFIX_STR(UniformMatrix4fvARB)"\n"

Completed in 290 milliseconds