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

1 2

  /external/chromium_org/mojo/apps/js/bindings/gl/
context.h 50 static void UniformMatrix4fv(GLint location, GLboolean transpose,
context.cc 101 void Context::UniformMatrix4fv(GLint location, GLboolean transpose,
145 .SetMethod("uniformMatrix4fv", UniformMatrix4fv)
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLUniformManager.cpp 193 GR_GL_CALL(fGpu->glInterface(), UniformMatrix4fv(uni.fFSLocation, 1, false, matrix));
196 GR_GL_CALL(fGpu->glInterface(), UniformMatrix4fv(uni.fVSLocation, 1, false, matrix));
228 UniformMatrix4fv(uni.fFSLocation, arrayCount, false, matrices));
232 UniformMatrix4fv(uni.fVSLocation, arrayCount, false, matrices));
GrGLAssembleInterface.cpp 162 GET_PROC(UniformMatrix4fv);
  /external/skia/src/gpu/gl/
GrGLUniformManager.cpp 193 GR_GL_CALL(fGpu->glInterface(), UniformMatrix4fv(uni.fFSLocation, 1, false, matrix));
196 GR_GL_CALL(fGpu->glInterface(), UniformMatrix4fv(uni.fVSLocation, 1, false, matrix));
228 UniformMatrix4fv(uni.fFSLocation, arrayCount, false, matrices));
232 UniformMatrix4fv(uni.fVSLocation, arrayCount, false, matrices));
GrGLAssembleInterface.cpp 162 GET_PROC(UniformMatrix4fv);
  /external/chromium_org/third_party/skia/src/gpu/gl/angle/
GrGLCreateANGLEInterface.cpp 137 GET_PROC(UniformMatrix4fv);
  /external/skia/src/gpu/gl/angle/
GrGLCreateANGLEInterface.cpp 137 GET_PROC(UniformMatrix4fv);
  /external/chromium_org/gpu/GLES2/
gl2chromium_autogen.h 148 #define glUniformMatrix4fv GLES2_GET_FUN(UniformMatrix4fv)
  /external/chromium_org/ppapi/shared_impl/
ppb_opengles2_shared.cc     [all...]
  /external/chromium_org/gpu/command_buffer/client/
gles2_interface_stub_impl_autogen.h 519 void GLES2InterfaceStub::UniformMatrix4fv(GLint /* location */,
    [all...]
gles2_implementation_unittest_autogen.h     [all...]
gles2_trace_implementation_impl_autogen.h     [all...]
gles2_implementation_autogen.h 441 virtual void UniformMatrix4fv(GLint location,
gles2_interface_autogen.h 296 virtual void UniformMatrix4fv(GLint location,
gles2_interface_stub_autogen.h 321 virtual void UniformMatrix4fv(GLint location,
gles2_trace_implementation_autogen.h 321 virtual void UniformMatrix4fv(GLint location,
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_unittest_2.cc 51 EXPECT_CALL(*gl_, UniformMatrix4fv(1, _, _, _)).Times(AnyNumber());
gles2_cmd_decoder_unittest_2_autogen.h 485 UniformMatrix4fv(
test_helper.cc 462 EXPECT_CALL(*gl, UniformMatrix4fv(
  /external/chromium_org/mojo/examples/pepper_container_app/
ppb_opengles2_thunk.cc     [all...]
  /external/chromium_org/cc/output/
gl_renderer.cc 585 gl_->UniformMatrix4fv(
    [all...]
  /external/chromium_org/mojo/public/c/gles2/
gles2_call_visitor_autogen.h 497 UniformMatrix4fv,
  /external/chromium_org/ppapi/c/
ppb_opengles2.h 455 void (*UniformMatrix4fv)(PP_Resource context,
  /external/chromium_org/ppapi/lib/gl/gles2/
gles2.c 817 glGetInterfacePPAPI()->UniformMatrix4fv(
    [all...]

Completed in 708 milliseconds

1 2