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

1 2

  /external/chromium_org/third_party/skia/src/gpu/gl/angle/
GrGLCreateANGLEInterface.cpp 119 GET_PROC(Uniform2f);
  /external/skia/src/gpu/gl/angle/
GrGLCreateANGLEInterface.cpp 119 GET_PROC(Uniform2f);
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLUniformManager.cpp 83 GR_GL_CALL(fContext.interface(), Uniform2f(uni.fFSLocation, v0, v1));
86 GR_GL_CALL(fContext.interface(), Uniform2f(uni.fVSLocation, v0, v1));
  /external/skia/src/gpu/gl/
GrGLUniformManager.cpp 83 GR_GL_CALL(fContext.interface(), Uniform2f(uni.fFSLocation, v0, v1));
86 GR_GL_CALL(fContext.interface(), Uniform2f(uni.fVSLocation, v0, v1));
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_ids_autogen.h 156 OP(Uniform2f) /* 399 */ \
  /external/chromium_org/third_party/skia/src/gpu/gl/mac/
GrGLCreateNativeInterface_mac.cpp 157 GET_PROC(Uniform2f);
  /external/chromium_org/third_party/skia/src/gpu/gl/mesa/
GrGLCreateMesaInterface.cpp 143 GR_GL_GET_PROC(Uniform2f);
  /external/skia/src/gpu/gl/mac/
GrGLCreateNativeInterface_mac.cpp 157 GET_PROC(Uniform2f);
  /external/skia/src/gpu/gl/mesa/
GrGLCreateMesaInterface.cpp 143 GR_GL_GET_PROC(Uniform2f);
  /external/chromium_org/ppapi/examples/video_decode/
video_decode.cc 431 gles2_if_->Uniform2f(
438 gles2_if_->Uniform2f(context_->pp_resource(),
  /external/chromium_org/gpu/GLES2/
gl2chromium_autogen.h 132 #define glUniform2f GLES2_GET_FUN(Uniform2f)
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_unittest_2.cc 187 void GLES2DecoderTestBase::SpecializedSetup<cmds::Uniform2f, 0>(
  /external/chromium_org/third_party/skia/src/gpu/gl/unix/
GrGLCreateNativeInterface_unix.cpp 147 GR_GL_GET_PROC(Uniform2f);
  /external/chromium_org/third_party/skia/src/gpu/gl/win/
GrGLCreateNativeInterface_win.cpp 187 WGL_SET_PROC(Uniform2f);
  /external/skia/src/gpu/gl/unix/
GrGLCreateNativeInterface_unix.cpp 147 GR_GL_GET_PROC(Uniform2f);
  /external/skia/src/gpu/gl/win/
GrGLCreateNativeInterface_win.cpp 187 WGL_SET_PROC(Uniform2f);
  /external/chromium_org/ppapi/shared_impl/
ppb_opengles2_shared.cc 607 void Uniform2f(PP_Resource context_id, GLint location, GLfloat x, GLfloat y) {
608 GetGLES(context_id)->Uniform2f(location, x, y);
961 &Uniform2f,
  /external/chromium_org/gpu/command_buffer/client/
gles2_interface_stub_impl_autogen.h 368 void GLES2InterfaceStub::Uniform2f(
gles2_implementation_unittest_autogen.h     [all...]
gles2_trace_implementation_impl_autogen.h 682 void GLES2TraceImplementation::Uniform2f(
684 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::Uniform2f");
685 gl_->Uniform2f(location, x, y);
    [all...]
gles2_implementation_autogen.h 305 virtual void Uniform2f(GLint location, GLfloat x, GLfloat y) OVERRIDE;
gles2_interface_autogen.h 183 virtual void Uniform2f(GLint location, GLfloat x, GLfloat y) = 0;
gles2_interface_stub_autogen.h 197 virtual void Uniform2f(GLint location, GLfloat x, GLfloat y) OVERRIDE;
gles2_trace_implementation_autogen.h 197 virtual void Uniform2f(GLint location, GLfloat x, GLfloat y) OVERRIDE;
  /external/chromium_org/ppapi/c/
ppb_opengles2.h 248 void (*Uniform2f)(PP_Resource context, GLint location, GLfloat x, GLfloat y);

Completed in 789 milliseconds

1 2