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

1 2

  /external/chromium_org/third_party/skia/src/gpu/gl/angle/
GrGLCreateANGLEInterface.cpp 117 GET_PROC(Uniform1iv);
  /external/skia/src/gpu/gl/angle/
GrGLCreateANGLEInterface.cpp 117 GET_PROC(Uniform1iv);
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_ids_autogen.h 154 OP(Uniform1iv) /* 397 */ \
  /external/chromium_org/third_party/skia/src/gpu/gl/mac/
GrGLCreateNativeInterface_mac.cpp 156 GET_PROC(Uniform1iv);
  /external/chromium_org/third_party/skia/src/gpu/gl/mesa/
GrGLCreateMesaInterface.cpp 142 GR_GL_GET_PROC(Uniform1iv);
  /external/skia/src/gpu/gl/mac/
GrGLCreateNativeInterface_mac.cpp 156 GET_PROC(Uniform1iv);
  /external/skia/src/gpu/gl/mesa/
GrGLCreateMesaInterface.cpp 142 GR_GL_GET_PROC(Uniform1iv);
  /external/chromium_org/gpu/GLES2/
gl2chromium_autogen.h 131 #define glUniform1iv GLES2_GET_FUN(Uniform1iv)
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_unittest_2.cc 175 void GLES2DecoderTestBase::SpecializedSetup<cmds::Uniform1iv, 0>(
test_helper.cc 325 EXPECT_CALL(*gl, Uniform1iv(info.real_location, info.size, _))
gles2_cmd_decoder_unittest.cc     [all...]
  /external/chromium_org/third_party/skia/src/gpu/gl/unix/
GrGLCreateNativeInterface_unix.cpp 146 GR_GL_GET_PROC(Uniform1iv);
  /external/chromium_org/third_party/skia/src/gpu/gl/win/
GrGLCreateNativeInterface_win.cpp 186 WGL_SET_PROC(Uniform1iv);
  /external/skia/src/gpu/gl/unix/
GrGLCreateNativeInterface_unix.cpp 146 GR_GL_GET_PROC(Uniform1iv);
  /external/skia/src/gpu/gl/win/
GrGLCreateNativeInterface_win.cpp 186 WGL_SET_PROC(Uniform1iv);
  /external/chromium_org/ppapi/shared_impl/
ppb_opengles2_shared.cc 602 void Uniform1iv(
604 GetGLES(context_id)->Uniform1iv(location, count, v);
960 &Uniform1iv,
  /external/chromium_org/gpu/command_buffer/client/
gles2_interface_stub_impl_autogen.h 365 void GLES2InterfaceStub::Uniform1iv(
gles2_trace_implementation_impl_autogen.h 676 void GLES2TraceImplementation::Uniform1iv(
678 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::Uniform1iv");
679 gl_->Uniform1iv(location, count, v);
    [all...]
gles2_implementation_autogen.h 302 virtual void Uniform1iv(
gles2_interface_autogen.h 182 virtual void Uniform1iv(GLint location, GLsizei count, const GLint* v) = 0;
gles2_interface_stub_autogen.h 195 virtual void Uniform1iv(
gles2_trace_implementation_autogen.h 195 virtual void Uniform1iv(
gles2_implementation_unittest_autogen.h 1140 TEST_F(GLES2ImplementationTest, Uniform1iv) {
    [all...]
  /external/chromium_org/ppapi/c/
ppb_opengles2.h 246 void (*Uniform1iv)(
  /external/chromium_org/ppapi/lib/gl/gles2/
gles2.c 614 glGetInterfacePPAPI()->Uniform1iv(

Completed in 496 milliseconds

1 2