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

1 2

  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_unittest_2_autogen.h     [all...]
gles2_cmd_decoder_unittest_2.cc 277 void GLES2DecoderTestBase::SpecializedSetup<cmds::Uniform4iv, 0>(
test_helper.cc 343 EXPECT_CALL(*gl, Uniform4iv(info.real_location, info.size, _))
  /external/chromium_org/third_party/skia/src/gpu/gl/angle/
GrGLCreateANGLEInterface.cpp 132 GET_PROC(Uniform4iv);
  /external/skia/src/gpu/gl/angle/
GrGLCreateANGLEInterface.cpp 132 GET_PROC(Uniform4iv);
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_ids_autogen.h 172 OP(Uniform4iv) /* 415 */ \
  /external/chromium_org/third_party/skia/src/gpu/gl/mac/
GrGLCreateNativeInterface_mac.cpp 168 GET_PROC(Uniform4iv);
  /external/chromium_org/third_party/skia/src/gpu/gl/mesa/
GrGLCreateMesaInterface.cpp 154 GR_GL_GET_PROC(Uniform4iv);
  /external/skia/src/gpu/gl/mac/
GrGLCreateNativeInterface_mac.cpp 168 GET_PROC(Uniform4iv);
  /external/skia/src/gpu/gl/mesa/
GrGLCreateMesaInterface.cpp 154 GR_GL_GET_PROC(Uniform4iv);
  /external/chromium_org/gpu/GLES2/
gl2chromium_autogen.h 143 #define glUniform4iv GLES2_GET_FUN(Uniform4iv)
  /external/chromium_org/third_party/skia/src/gpu/gl/unix/
GrGLCreateNativeInterface_unix.cpp 158 GR_GL_GET_PROC(Uniform4iv);
  /external/chromium_org/third_party/skia/src/gpu/gl/win/
GrGLCreateNativeInterface_win.cpp 198 WGL_SET_PROC(Uniform4iv);
  /external/skia/src/gpu/gl/unix/
GrGLCreateNativeInterface_unix.cpp 158 GR_GL_GET_PROC(Uniform4iv);
  /external/skia/src/gpu/gl/win/
GrGLCreateNativeInterface_win.cpp 198 WGL_SET_PROC(Uniform4iv);
  /external/chromium_org/ppapi/shared_impl/
ppb_opengles2_shared.cc 662 void Uniform4iv(
664 GetGLES(context_id)->Uniform4iv(location, count, v);
972 &Uniform4iv,
  /external/chromium_org/gpu/command_buffer/client/
gles2_interface_stub_impl_autogen.h 403 void GLES2InterfaceStub::Uniform4iv(
gles2_trace_implementation_impl_autogen.h 747 void GLES2TraceImplementation::Uniform4iv(
749 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::Uniform4iv");
750 gl_->Uniform4iv(location, count, v);
    [all...]
gles2_implementation_autogen.h 335 virtual void Uniform4iv(
gles2_interface_autogen.h 195 virtual void Uniform4iv(GLint location, GLsizei count, const GLint* v) = 0;
gles2_interface_stub_autogen.h 216 virtual void Uniform4iv(
gles2_trace_implementation_autogen.h 216 virtual void Uniform4iv(
gles2_implementation_unittest_autogen.h     [all...]
  /external/chromium_org/ppapi/c/
ppb_opengles2.h 269 void (*Uniform4iv)(
  /external/chromium_org/ppapi/lib/gl/gles2/
gles2.c 677 glGetInterfacePPAPI()->Uniform4iv(

Completed in 688 milliseconds

1 2