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

1 2

  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLUniformManager.cpp 133 GR_GL_CALL(fGpu->glInterface(), Uniform3fv(uni.fFSLocation, arrayCount, v));
136 GR_GL_CALL(fGpu->glInterface(), Uniform3fv(uni.fVSLocation, arrayCount, v));
GrGLAssembleInterface.cpp 154 GET_PROC(Uniform3fv);
  /external/skia/src/gpu/gl/
GrGLUniformManager.cpp 133 GR_GL_CALL(fGpu->glInterface(), Uniform3fv(uni.fFSLocation, arrayCount, v));
136 GR_GL_CALL(fGpu->glInterface(), Uniform3fv(uni.fVSLocation, arrayCount, v));
GrGLAssembleInterface.cpp 154 GET_PROC(Uniform3fv);
  /external/chromium_org/third_party/skia/src/gpu/gl/angle/
GrGLCreateANGLEInterface.cpp 127 GET_PROC(Uniform3fv);
  /external/skia/src/gpu/gl/angle/
GrGLCreateANGLEInterface.cpp 127 GET_PROC(Uniform3fv);
  /external/chromium_org/gpu/GLES2/
gl2chromium_autogen.h 139 #define glUniform3fv GLES2_GET_FUN(Uniform3fv)
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_unittest_2_autogen.h 357 EXPECT_CALL(*gl_, Uniform3fv(1, 1, _));
369 Uniform3fv(1, 2, reinterpret_cast<GLfloat*>(ImmediateDataAddress(&cmd))));
gles2_cmd_decoder_unittest_2.cc 47 EXPECT_CALL(*gl_, Uniform3fv(1, _, _)).Times(AnyNumber());
test_helper.cc 411 EXPECT_CALL(*gl, Uniform3fv(info.real_location, info.size, _))
  /external/chromium_org/ppapi/shared_impl/
ppb_opengles2_shared.cc     [all...]
  /external/chromium_org/gpu/command_buffer/client/
gles2_interface_stub_impl_autogen.h 476 void GLES2InterfaceStub::Uniform3fv(GLint /* location */,
    [all...]
gles2_trace_implementation_impl_autogen.h     [all...]
gles2_implementation_autogen.h 405 virtual void Uniform3fv(GLint location,
gles2_interface_autogen.h 277 virtual void Uniform3fv(GLint location, GLsizei count, const GLfloat* v) = 0;
gles2_interface_stub_autogen.h 294 virtual void Uniform3fv(GLint location,
gles2_trace_implementation_autogen.h 294 virtual void Uniform3fv(GLint location,
gles2_implementation_unittest_autogen.h     [all...]
  /external/chromium_org/mojo/examples/pepper_container_app/
ppb_opengles2_thunk.cc 1156 void Uniform3fv(PP_Resource context_id,
    [all...]
  /external/chromium_org/mojo/public/c/gles2/
gles2_call_visitor_autogen.h 458 VISIT_GL_CALL(Uniform3fv,
  /external/chromium_org/cc/output/
gl_renderer.cc     [all...]
  /external/chromium_org/ppapi/c/
ppb_opengles2.h 412 void (*Uniform3fv)(PP_Resource context,
  /external/chromium_org/ppapi/lib/gl/gles2/
gles2.c 761 glGetInterfacePPAPI()->Uniform3fv(
    [all...]
  /external/chromium_org/ppapi/lib/gl/include/GLES2/
gl2.h 610 #define glUniform3fv GLES2_GET_FUN(Uniform3fv)
    [all...]
  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_impl.cc 647 DELEGATE_TO_GL_3(uniform3fv, Uniform3fv, WGC3Dint, WGC3Dsizei,
    [all...]

Completed in 1536 milliseconds

1 2