HomeSort by relevance Sort by last modified time
    Searched refs:UniformMatrix4fv (Results 1 - 25 of 43) sorted by null

1 2

  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLUniformManager.cpp 190 GR_GL_CALL(fContext.interface(), UniformMatrix4fv(uni.fFSLocation, 1, false, matrix));
193 GR_GL_CALL(fContext.interface(), UniformMatrix4fv(uni.fVSLocation, 1, false, matrix));
227 UniformMatrix4fv(uni.fFSLocation + offset, arrayCount, false, matrices));
231 UniformMatrix4fv(uni.fVSLocation + offset, arrayCount, false, matrices));
  /external/skia/src/gpu/gl/
GrGLUniformManager.cpp 190 GR_GL_CALL(fContext.interface(), UniformMatrix4fv(uni.fFSLocation, 1, false, matrix));
193 GR_GL_CALL(fContext.interface(), UniformMatrix4fv(uni.fVSLocation, 1, false, matrix));
227 UniformMatrix4fv(uni.fFSLocation + offset, arrayCount, false, matrices));
231 UniformMatrix4fv(uni.fVSLocation + offset, 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 360 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 178 OP(UniformMatrix4fv) /* 421 */ \
  /external/chromium_org/third_party/skia/src/gpu/gl/mac/
GrGLCreateNativeInterface_mac.cpp 172 GET_PROC(UniformMatrix4fv);
  /external/chromium_org/third_party/skia/src/gpu/gl/mesa/
GrGLCreateMesaInterface.cpp 157 GR_GL_GET_PROC(UniformMatrix4fv);
  /external/skia/src/gpu/gl/mac/
GrGLCreateNativeInterface_mac.cpp 172 GET_PROC(UniformMatrix4fv);
  /external/skia/src/gpu/gl/mesa/
GrGLCreateMesaInterface.cpp 157 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 161 GR_GL_GET_PROC(UniformMatrix4fv);
  /external/chromium_org/third_party/skia/src/gpu/gl/win/
GrGLCreateNativeInterface_win.cpp 201 WGL_SET_PROC(UniformMatrix4fv);
  /external/skia/src/gpu/gl/unix/
GrGLCreateNativeInterface_unix.cpp 161 GR_GL_GET_PROC(UniformMatrix4fv);
  /external/skia/src/gpu/gl/win/
GrGLCreateNativeInterface_win.cpp 201 WGL_SET_PROC(UniformMatrix4fv);
  /external/chromium_org/ppapi/shared_impl/
ppb_opengles2_shared.cc 679 void UniformMatrix4fv(
682 GetGLES(context_id)->UniformMatrix4fv(location, count, transpose, value);
975 &UniformMatrix4fv,
  /external/chromium_org/gpu/command_buffer/client/
gles2_interface_stub_impl_autogen.h 414 void GLES2InterfaceStub::UniformMatrix4fv(
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(
gles2_trace_implementation_autogen.h 224 virtual void UniformMatrix4fv(
  /external/chromium_org/ppapi/c/
ppb_opengles2.h 277 void (*UniformMatrix4fv)(

Completed in 109 milliseconds

1 2