/external/chromium_org/third_party/skia/src/gpu/gl/ |
GrGLUniformManager.cpp | 192 GR_GL_CALL(fGpu->glInterface(), UniformMatrix4fv(uni.fFSLocation, 1, false, matrix)); 195 GR_GL_CALL(fGpu->glInterface(), UniformMatrix4fv(uni.fVSLocation, 1, false, matrix)); 227 UniformMatrix4fv(uni.fFSLocation, arrayCount, false, matrices)); 231 UniformMatrix4fv(uni.fVSLocation, arrayCount, false, matrices));
|
/external/skia/src/gpu/gl/ |
GrGLUniformManager.cpp | 192 GR_GL_CALL(fGpu->glInterface(), UniformMatrix4fv(uni.fFSLocation, 1, false, matrix)); 195 GR_GL_CALL(fGpu->glInterface(), UniformMatrix4fv(uni.fVSLocation, 1, false, matrix)); 227 UniformMatrix4fv(uni.fFSLocation, arrayCount, false, matrices)); 231 UniformMatrix4fv(uni.fVSLocation, arrayCount, false, matrices));
|
/external/chromium_org/gpu/command_buffer/service/ |
gles2_cmd_decoder_unittest_2_autogen.h | [all...] |
gles2_cmd_decoder_unittest_2.cc | 319 void GLES2DecoderTestBase::SpecializedSetup<cmds::UniformMatrix4fv, 0>(
|
test_helper.cc | 369 EXPECT_CALL(*gl, UniformMatrix4fv(
|
/external/chromium_org/third_party/skia/src/gpu/gl/angle/ |
GrGLCreateANGLEInterface.cpp | 136 GET_PROC(UniformMatrix4fv);
|
/external/skia/src/gpu/gl/angle/ |
GrGLCreateANGLEInterface.cpp | 136 GET_PROC(UniformMatrix4fv);
|
/external/chromium_org/gpu/command_buffer/common/ |
gles2_cmd_ids_autogen.h | 168 OP(UniformMatrix4fv) /* 411 */ \
|
/external/chromium_org/third_party/skia/src/gpu/gl/mac/ |
GrGLCreateNativeInterface_mac.cpp | 181 GET_PROC(UniformMatrix4fv);
|
/external/chromium_org/third_party/skia/src/gpu/gl/mesa/ |
GrGLCreateMesaInterface.cpp | 166 GR_GL_GET_PROC(UniformMatrix4fv);
|
/external/skia/src/gpu/gl/mac/ |
GrGLCreateNativeInterface_mac.cpp | 181 GET_PROC(UniformMatrix4fv);
|
/external/skia/src/gpu/gl/mesa/ |
GrGLCreateMesaInterface.cpp | 166 GR_GL_GET_PROC(UniformMatrix4fv);
|
/external/chromium_org/gpu/GLES2/ |
gl2chromium_autogen.h | 146 #define glUniformMatrix4fv GLES2_GET_FUN(UniformMatrix4fv)
|
/external/chromium_org/third_party/skia/src/gpu/gl/unix/ |
GrGLCreateNativeInterface_unix.cpp | 164 GR_GL_GET_PROC(UniformMatrix4fv);
|
/external/chromium_org/third_party/skia/src/gpu/gl/win/ |
GrGLCreateNativeInterface_win.cpp | 205 WGL_SET_PROC(UniformMatrix4fv);
|
/external/skia/src/gpu/gl/unix/ |
GrGLCreateNativeInterface_unix.cpp | 164 GR_GL_GET_PROC(UniformMatrix4fv);
|
/external/skia/src/gpu/gl/win/ |
GrGLCreateNativeInterface_win.cpp | 205 WGL_SET_PROC(UniformMatrix4fv);
|
/external/chromium_org/ppapi/shared_impl/ |
ppb_opengles2_shared.cc | 1097 void UniformMatrix4fv( 1102 ToGles2Impl(&enter)->UniformMatrix4fv(location, count, transpose, value); [all...] |
/external/chromium_org/gpu/command_buffer/client/ |
gles2_interface_stub_impl_autogen.h | 414 void GLES2InterfaceStub::UniformMatrix4fv(
|
gles2_cmd_helper_autogen.h | [all...] |
gles2_trace_implementation_impl_autogen.h | 765 void GLES2TraceImplementation::UniformMatrix4fv( 767 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::UniformMatrix4fv"); 768 gl_->UniformMatrix4fv(location, count, transpose, value); [all...] |
gles2_implementation_autogen.h | 346 virtual void UniformMatrix4fv(
|
gles2_interface_autogen.h | 202 virtual void UniformMatrix4fv(
|
gles2_interface_stub_autogen.h | 224 virtual void UniformMatrix4fv(
|
/external/chromium_org/cc/output/ |
gl_renderer.cc | 427 gl_->UniformMatrix4fv( [all...] |