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

1 2

  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLUniformManager.cpp 177 GR_GL_CALL(fContext.interface(), UniformMatrix3fv(uni.fFSLocation, 1, false, matrix));
180 GR_GL_CALL(fContext.interface(), UniformMatrix3fv(uni.fVSLocation, 1, false, matrix));
208 UniformMatrix3fv(uni.fFSLocation + offset, arrayCount, false, matrices));
212 UniformMatrix3fv(uni.fVSLocation + offset, arrayCount, false, matrices));
  /external/skia/src/gpu/gl/
GrGLUniformManager.cpp 177 GR_GL_CALL(fContext.interface(), UniformMatrix3fv(uni.fFSLocation, 1, false, matrix));
180 GR_GL_CALL(fContext.interface(), UniformMatrix3fv(uni.fVSLocation, 1, false, matrix));
208 UniformMatrix3fv(uni.fFSLocation + offset, arrayCount, false, matrices));
212 UniformMatrix3fv(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 307 void GLES2DecoderTestBase::SpecializedSetup<cmds::UniformMatrix3fv, 0>(
test_helper.cc 354 EXPECT_CALL(*gl, UniformMatrix3fv(
  /external/chromium_org/third_party/skia/src/gpu/gl/angle/
GrGLCreateANGLEInterface.cpp 135 GET_PROC(UniformMatrix3fv);
  /external/skia/src/gpu/gl/angle/
GrGLCreateANGLEInterface.cpp 135 GET_PROC(UniformMatrix3fv);
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_ids_autogen.h 176 OP(UniformMatrix3fv) /* 419 */ \
  /external/chromium_org/third_party/skia/src/gpu/gl/mac/
GrGLCreateNativeInterface_mac.cpp 171 GET_PROC(UniformMatrix3fv);
  /external/chromium_org/third_party/skia/src/gpu/gl/mesa/
GrGLCreateMesaInterface.cpp 156 GR_GL_GET_PROC(UniformMatrix3fv);
  /external/skia/src/gpu/gl/mac/
GrGLCreateNativeInterface_mac.cpp 171 GET_PROC(UniformMatrix3fv);
  /external/skia/src/gpu/gl/mesa/
GrGLCreateMesaInterface.cpp 156 GR_GL_GET_PROC(UniformMatrix3fv);
  /external/chromium_org/gpu/GLES2/
gl2chromium_autogen.h 145 #define glUniformMatrix3fv GLES2_GET_FUN(UniformMatrix3fv)
  /external/chromium_org/third_party/skia/src/gpu/gl/unix/
GrGLCreateNativeInterface_unix.cpp 160 GR_GL_GET_PROC(UniformMatrix3fv);
  /external/chromium_org/third_party/skia/src/gpu/gl/win/
GrGLCreateNativeInterface_win.cpp 200 WGL_SET_PROC(UniformMatrix3fv);
  /external/skia/src/gpu/gl/unix/
GrGLCreateNativeInterface_unix.cpp 160 GR_GL_GET_PROC(UniformMatrix3fv);
  /external/skia/src/gpu/gl/win/
GrGLCreateNativeInterface_win.cpp 200 WGL_SET_PROC(UniformMatrix3fv);
  /external/chromium_org/ppapi/shared_impl/
ppb_opengles2_shared.cc 673 void UniformMatrix3fv(
676 GetGLES(context_id)->UniformMatrix3fv(location, count, transpose, value);
974 &UniformMatrix3fv,
  /external/chromium_org/gpu/command_buffer/client/
gles2_interface_stub_impl_autogen.h 410 void GLES2InterfaceStub::UniformMatrix3fv(
gles2_trace_implementation_impl_autogen.h 759 void GLES2TraceImplementation::UniformMatrix3fv(
761 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::UniformMatrix3fv");
762 gl_->UniformMatrix3fv(location, count, transpose, value);
    [all...]
gles2_implementation_autogen.h 342 virtual void UniformMatrix3fv(
gles2_interface_autogen.h 199 virtual void UniformMatrix3fv(
gles2_interface_stub_autogen.h 221 virtual void UniformMatrix3fv(
gles2_trace_implementation_autogen.h 221 virtual void UniformMatrix3fv(
  /external/chromium_org/ppapi/examples/video_capture/
video_capture.cc 372 gles2_if_->UniformMatrix3fv(

Completed in 542 milliseconds

1 2