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

1 2

  /external/chromium_org/third_party/skia/src/gpu/gl/angle/
GrGLCreateANGLEInterface.cpp 123 GET_PROC(Uniform2iv);
  /external/skia/src/gpu/gl/angle/
GrGLCreateANGLEInterface.cpp 123 GET_PROC(Uniform2iv);
  /external/chromium_org/gpu/GLES2/
gl2chromium_autogen.h 137 #define glUniform2iv GLES2_GET_FUN(Uniform2iv)
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLAssembleInterface.cpp 151 GET_PROC(Uniform2iv);
  /external/skia/src/gpu/gl/
GrGLAssembleInterface.cpp 151 GET_PROC(Uniform2iv);
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_unittest_2_autogen.h 334 EXPECT_CALL(*gl_, Uniform2iv(1, 1, _));
346 Uniform2iv(1, 2, reinterpret_cast<GLint*>(ImmediateDataAddress(&cmd))));
gles2_cmd_decoder_unittest_2.cc 41 EXPECT_CALL(*gl_, Uniform2iv(1, _, _)).Times(AnyNumber());
test_helper.cc 433 EXPECT_CALL(*gl, Uniform2iv(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 467 void GLES2InterfaceStub::Uniform2iv(GLint /* location */,
    [all...]
gles2_trace_implementation_impl_autogen.h     [all...]
gles2_implementation_autogen.h 398 virtual void Uniform2iv(GLint location, GLsizei count, const GLint* v) OVERRIDE;
gles2_interface_autogen.h 275 virtual void Uniform2iv(GLint location, GLsizei count, const GLint* v) = 0;
gles2_interface_stub_autogen.h 289 virtual void Uniform2iv(GLint location, GLsizei count, const GLint* v) OVERRIDE;
gles2_trace_implementation_autogen.h 289 virtual void Uniform2iv(GLint location, GLsizei count, const GLint* v) OVERRIDE;
gles2_implementation_unittest_autogen.h     [all...]
gles2_c_lib_autogen.h 523 gles2::GetGLContext()->Uniform2iv(location, count, v);
    [all...]
gles2_implementation_impl_autogen.h     [all...]
  /external/chromium_org/mojo/examples/pepper_container_app/
ppb_opengles2_thunk.cc 1135 void Uniform2iv(PP_Resource context_id,
    [all...]
  /external/chromium_org/mojo/public/c/gles2/
gles2_call_visitor_autogen.h 450 VISIT_GL_CALL(Uniform2iv,
  /external/chromium_org/ppapi/c/
ppb_opengles2.h 403 void (*Uniform2iv)(PP_Resource context,
  /external/chromium_org/ppapi/lib/gl/gles2/
gles2.c 751 glGetInterfacePPAPI()->Uniform2iv(
    [all...]
  /external/chromium_org/ppapi/lib/gl/include/GLES2/
gl2.h 608 #define glUniform2iv GLES2_GET_FUN(Uniform2iv)
    [all...]
  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_impl.cc 642 DELEGATE_TO_GL_3(uniform2iv, Uniform2iv, WGC3Dint, WGC3Dsizei, const WGC3Dint*)
    [all...]
  /external/chromium_org/third_party/mesa/src/include/GL/
gl_mangle.h     [all...]

Completed in 2966 milliseconds

1 2