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

1 2

  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLUniformManager.cpp 75 GR_GL_CALL(fGpu->glInterface(), Uniform1fv(uni.fFSLocation, arrayCount, v));
78 GR_GL_CALL(fGpu->glInterface(), Uniform1fv(uni.fVSLocation, arrayCount, v));
GrGLAssembleInterface.cpp 146 GET_PROC(Uniform1fv);
  /external/skia/src/gpu/gl/
GrGLUniformManager.cpp 75 GR_GL_CALL(fGpu->glInterface(), Uniform1fv(uni.fFSLocation, arrayCount, v));
78 GR_GL_CALL(fGpu->glInterface(), Uniform1fv(uni.fVSLocation, arrayCount, v));
GrGLAssembleInterface.cpp 146 GET_PROC(Uniform1fv);
  /external/chromium_org/third_party/skia/src/gpu/gl/angle/
GrGLCreateANGLEInterface.cpp 117 GET_PROC(Uniform1fv);
  /external/skia/src/gpu/gl/angle/
GrGLCreateANGLEInterface.cpp 117 GET_PROC(Uniform1fv);
  /external/chromium_org/gpu/GLES2/
gl2chromium_autogen.h 131 #define glUniform1fv GLES2_GET_FUN(Uniform1fv)
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_unittest_2_autogen.h 286 EXPECT_CALL(*gl_, Uniform1fv(1, 1, _));
298 Uniform1fv(1, 2, reinterpret_cast<GLfloat*>(ImmediateDataAddress(&cmd))));
gles2_cmd_decoder_unittest_2.cc 45 EXPECT_CALL(*gl_, Uniform1fv(1, _, _)).Times(AnyNumber());
test_helper.cc 401 EXPECT_CALL(*gl, Uniform1fv(info.real_location, info.size, _))
  /external/chromium_org/ppapi/shared_impl/
ppb_opengles2_shared.cc 1097 void Uniform1fv(PP_Resource context_id,
1103 ToGles2Impl(&enter)->Uniform1fv(location, count, v);
    [all...]
  /external/chromium_org/gpu/command_buffer/client/
gles2_interface_stub_impl_autogen.h 445 void GLES2InterfaceStub::Uniform1fv(GLint /* location */,
    [all...]
gles2_trace_implementation_impl_autogen.h 780 void GLES2TraceImplementation::Uniform1fv(GLint location,
783 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::Uniform1fv");
784 gl_->Uniform1fv(location, count, v);
    [all...]
gles2_implementation_autogen.h 382 virtual void Uniform1fv(GLint location,
gles2_interface_autogen.h 269 virtual void Uniform1fv(GLint location, GLsizei count, const GLfloat* v) = 0;
gles2_interface_stub_autogen.h 279 virtual void Uniform1fv(GLint location,
gles2_trace_implementation_autogen.h 279 virtual void Uniform1fv(GLint location,
gles2_implementation_unittest_autogen.h 1129 TEST_F(GLES2ImplementationTest, Uniform1fv) {
1143 gl_->Uniform1fv(1, 2, &data[0][0]);
    [all...]
gles2_c_lib_autogen.h 505 gles2::GetGLContext()->Uniform1fv(location, count, v);
    [all...]
  /external/chromium_org/mojo/examples/pepper_container_app/
ppb_opengles2_thunk.cc 1084 void Uniform1fv(PP_Resource context_id,
    [all...]
  /external/chromium_org/mojo/public/c/gles2/
gles2_call_visitor_autogen.h 429 VISIT_GL_CALL(Uniform1fv,
  /external/chromium_org/ppapi/c/
ppb_opengles2.h 388 void (*Uniform1fv)(PP_Resource context,
  /external/chromium_org/ppapi/lib/gl/gles2/
gles2.c 724 glGetInterfacePPAPI()->Uniform1fv(
    [all...]
  /external/chromium_org/ppapi/lib/gl/include/GLES2/
gl2.h 602 #define glUniform1fv GLES2_GET_FUN(Uniform1fv)
    [all...]
  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_impl.cc 628 DELEGATE_TO_GL_3(uniform1fv, Uniform1fv, WGC3Dint, WGC3Dsizei,
    [all...]

Completed in 551 milliseconds

1 2