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

1 2

  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_unittest_2_autogen.h 790 EXPECT_CALL(*gl_, Uniform2fv(1, 1, _));
800 *gl_, Uniform2fv(
802 SpecializedSetup<cmds::Uniform2fv, 0>(true);
803 cmds::Uniform2fv cmd;
810 EXPECT_CALL(*gl_, Uniform2fv(_, _, _)).Times(0);
811 SpecializedSetup<cmds::Uniform2fv, 0>(false);
812 cmds::Uniform2fv cmd;
819 EXPECT_CALL(*gl_, Uniform2fv(_, _, _)).Times(0);
820 SpecializedSetup<cmds::Uniform2fv, 0>(false);
821 cmds::Uniform2fv cmd
    [all...]
gles2_cmd_decoder_unittest_2.cc 199 void GLES2DecoderTestBase::SpecializedSetup<cmds::Uniform2fv, 0>(
test_helper.cc 304 EXPECT_CALL(*gl, Uniform2fv(info.real_location, info.size, _))
  /external/chromium_org/third_party/skia/src/gpu/gl/angle/
GrGLCreateANGLEInterface.cpp 121 GET_PROC(Uniform2fv);
  /external/skia/src/gpu/gl/angle/
GrGLCreateANGLEInterface.cpp 121 GET_PROC(Uniform2fv);
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLUniformManager.cpp 100 GR_GL_CALL(fContext.interface(), Uniform2fv(uni.fFSLocation + offset, arrayCount, v));
103 GR_GL_CALL(fContext.interface(), Uniform2fv(uni.fVSLocation + offset, arrayCount, v));
  /external/skia/src/gpu/gl/
GrGLUniformManager.cpp 100 GR_GL_CALL(fContext.interface(), Uniform2fv(uni.fFSLocation + offset, arrayCount, v));
103 GR_GL_CALL(fContext.interface(), Uniform2fv(uni.fVSLocation + offset, arrayCount, v));
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_ids_autogen.h 157 OP(Uniform2fv) /* 400 */ \
  /external/chromium_org/third_party/skia/src/gpu/gl/mac/
GrGLCreateNativeInterface_mac.cpp 159 GET_PROC(Uniform2fv);
  /external/chromium_org/third_party/skia/src/gpu/gl/mesa/
GrGLCreateMesaInterface.cpp 145 GR_GL_GET_PROC(Uniform2fv);
  /external/skia/src/gpu/gl/mac/
GrGLCreateNativeInterface_mac.cpp 159 GET_PROC(Uniform2fv);
  /external/skia/src/gpu/gl/mesa/
GrGLCreateMesaInterface.cpp 145 GR_GL_GET_PROC(Uniform2fv);
  /external/chromium_org/gpu/GLES2/
gl2chromium_autogen.h 133 #define glUniform2fv GLES2_GET_FUN(Uniform2fv)
  /external/chromium_org/third_party/skia/src/gpu/gl/unix/
GrGLCreateNativeInterface_unix.cpp 149 GR_GL_GET_PROC(Uniform2fv);
  /external/chromium_org/third_party/skia/src/gpu/gl/win/
GrGLCreateNativeInterface_win.cpp 189 WGL_SET_PROC(Uniform2fv);
  /external/skia/src/gpu/gl/unix/
GrGLCreateNativeInterface_unix.cpp 149 GR_GL_GET_PROC(Uniform2fv);
  /external/skia/src/gpu/gl/win/
GrGLCreateNativeInterface_win.cpp 189 WGL_SET_PROC(Uniform2fv);
  /external/chromium_org/ppapi/shared_impl/
ppb_opengles2_shared.cc 611 void Uniform2fv(
613 GetGLES(context_id)->Uniform2fv(location, count, v);
962 &Uniform2fv,
  /external/chromium_org/gpu/command_buffer/client/
gles2_interface_stub_impl_autogen.h 371 void GLES2InterfaceStub::Uniform2fv(
gles2_trace_implementation_impl_autogen.h 688 void GLES2TraceImplementation::Uniform2fv(
690 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::Uniform2fv");
691 gl_->Uniform2fv(location, count, v);
    [all...]
gles2_implementation_autogen.h 307 virtual void Uniform2fv(
gles2_interface_autogen.h 184 virtual void Uniform2fv(GLint location, GLsizei count, const GLfloat* v) = 0;
gles2_interface_stub_autogen.h 198 virtual void Uniform2fv(
gles2_trace_implementation_autogen.h 198 virtual void Uniform2fv(
  /external/chromium_org/ppapi/c/
ppb_opengles2.h 249 void (*Uniform2fv)(

Completed in 212 milliseconds

1 2