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

1 2

  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLUniformManager.cpp 104 GR_GL_CALL(fGpu->glInterface(), Uniform2fv(uni.fFSLocation, arrayCount, v));
107 GR_GL_CALL(fGpu->glInterface(), Uniform2fv(uni.fVSLocation, arrayCount, v));
GrGLAssembleInterface.cpp 150 GET_PROC(Uniform2fv);
  /external/skia/src/gpu/gl/
GrGLUniformManager.cpp 104 GR_GL_CALL(fGpu->glInterface(), Uniform2fv(uni.fFSLocation, arrayCount, v));
107 GR_GL_CALL(fGpu->glInterface(), Uniform2fv(uni.fVSLocation, arrayCount, v));
GrGLAssembleInterface.cpp 150 GET_PROC(Uniform2fv);
  /external/chromium_org/third_party/skia/src/gpu/gl/angle/
GrGLCreateANGLEInterface.cpp 122 GET_PROC(Uniform2fv);
  /external/skia/src/gpu/gl/angle/
GrGLCreateANGLEInterface.cpp 122 GET_PROC(Uniform2fv);
  /external/chromium_org/gpu/GLES2/
gl2chromium_autogen.h 135 #define glUniform2fv GLES2_GET_FUN(Uniform2fv)
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_unittest_2_autogen.h 311 EXPECT_CALL(*gl_, Uniform2fv(1, 1, _));
323 Uniform2fv(1, 2, reinterpret_cast<GLfloat*>(ImmediateDataAddress(&cmd))));
gles2_cmd_decoder_unittest_2.cc 46 EXPECT_CALL(*gl_, Uniform2fv(1, _, _)).Times(AnyNumber());
test_helper.cc 406 EXPECT_CALL(*gl, Uniform2fv(info.real_location, info.size, _))
  /external/chromium_org/ppapi/shared_impl/
ppb_opengles2_shared.cc 1131 void Uniform2fv(PP_Resource context_id,
1137 ToGles2Impl(&enter)->Uniform2fv(location, count, v);
    [all...]
  /external/chromium_org/gpu/command_buffer/client/
gles2_interface_stub_impl_autogen.h 459 void GLES2InterfaceStub::Uniform2fv(GLint /* location */,
    [all...]
gles2_trace_implementation_impl_autogen.h     [all...]
gles2_implementation_autogen.h 392 virtual void Uniform2fv(GLint location,
gles2_interface_autogen.h 273 virtual void Uniform2fv(GLint location, GLsizei count, const GLfloat* v) = 0;
gles2_interface_stub_autogen.h 285 virtual void Uniform2fv(GLint location,
gles2_trace_implementation_autogen.h 285 virtual void Uniform2fv(GLint location,
gles2_implementation_unittest_autogen.h     [all...]
gles2_c_lib_autogen.h 517 gles2::GetGLContext()->Uniform2fv(location, count, v);
    [all...]
  /external/chromium_org/mojo/examples/pepper_container_app/
ppb_opengles2_thunk.cc 1118 void Uniform2fv(PP_Resource context_id,
    [all...]
  /external/chromium_org/mojo/public/c/gles2/
gles2_call_visitor_autogen.h 442 VISIT_GL_CALL(Uniform2fv,
  /external/chromium_org/ppapi/c/
ppb_opengles2.h 398 void (*Uniform2fv)(PP_Resource context,
  /external/chromium_org/ppapi/lib/gl/gles2/
gles2.c 742 glGetInterfacePPAPI()->Uniform2fv(
    [all...]
  /external/chromium_org/ppapi/lib/gl/include/GLES2/
gl2.h 606 #define glUniform2fv GLES2_GET_FUN(Uniform2fv)
    [all...]
  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_impl.cc 637 DELEGATE_TO_GL_3(uniform2fv, Uniform2fv, WGC3Dint, WGC3Dsizei,
    [all...]

Completed in 649 milliseconds

1 2