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

1 2

  /external/chromium_org/third_party/skia/src/gpu/gl/angle/
GrGLCreateANGLEInterface.cpp 114 GET_PROC(Uniform1f);
  /external/skia/src/gpu/gl/angle/
GrGLCreateANGLEInterface.cpp 114 GET_PROC(Uniform1f);
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLUniformManager.cpp 50 GR_GL_CALL(fContext.interface(), Uniform1f(uni.fFSLocation, v0));
53 GR_GL_CALL(fContext.interface(), Uniform1f(uni.fVSLocation, v0));
  /external/skia/src/gpu/gl/
GrGLUniformManager.cpp 50 GR_GL_CALL(fContext.interface(), Uniform1f(uni.fFSLocation, v0));
53 GR_GL_CALL(fContext.interface(), Uniform1f(uni.fVSLocation, v0));
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_ids_autogen.h 150 OP(Uniform1f) /* 393 */ \
  /external/chromium_org/third_party/skia/src/gpu/gl/mac/
GrGLCreateNativeInterface_mac.cpp 153 GET_PROC(Uniform1f);
  /external/chromium_org/third_party/skia/src/gpu/gl/mesa/
GrGLCreateMesaInterface.cpp 139 GR_GL_GET_PROC(Uniform1f);
  /external/skia/src/gpu/gl/mac/
GrGLCreateNativeInterface_mac.cpp 153 GET_PROC(Uniform1f);
  /external/skia/src/gpu/gl/mesa/
GrGLCreateMesaInterface.cpp 139 GR_GL_GET_PROC(Uniform1f);
  /external/chromium_org/gpu/GLES2/
gl2chromium_autogen.h 128 #define glUniform1f GLES2_GET_FUN(Uniform1f)
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_unittest_2.cc 157 void GLES2DecoderTestBase::SpecializedSetup<cmds::Uniform1f, 0>(
  /external/chromium_org/third_party/skia/src/gpu/gl/unix/
GrGLCreateNativeInterface_unix.cpp 143 GR_GL_GET_PROC(Uniform1f);
  /external/chromium_org/third_party/skia/src/gpu/gl/win/
GrGLCreateNativeInterface_win.cpp 183 WGL_SET_PROC(Uniform1f);
  /external/skia/src/gpu/gl/unix/
GrGLCreateNativeInterface_unix.cpp 143 GR_GL_GET_PROC(Uniform1f);
  /external/skia/src/gpu/gl/win/
GrGLCreateNativeInterface_win.cpp 183 WGL_SET_PROC(Uniform1f);
  /external/chromium_org/ppapi/shared_impl/
ppb_opengles2_shared.cc 589 void Uniform1f(PP_Resource context_id, GLint location, GLfloat x) {
590 GetGLES(context_id)->Uniform1f(location, x);
957 &Uniform1f,
  /external/chromium_org/gpu/command_buffer/client/
gles2_interface_stub_impl_autogen.h 358 void GLES2InterfaceStub::Uniform1f(GLint /* location */, GLfloat /* x */) {
gles2_implementation_unittest_autogen.h 1100 TEST_F(GLES2ImplementationTest, Uniform1f) {
1102 cmds::Uniform1f cmd;
1107 gl_->Uniform1f(1, 2);
    [all...]
gles2_trace_implementation_impl_autogen.h 660 void GLES2TraceImplementation::Uniform1f(GLint location, GLfloat x) {
661 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::Uniform1f");
662 gl_->Uniform1f(location, x);
    [all...]
gles2_implementation_autogen.h 295 virtual void Uniform1f(GLint location, GLfloat x) OVERRIDE;
gles2_interface_autogen.h 179 virtual void Uniform1f(GLint location, GLfloat x) = 0;
gles2_interface_stub_autogen.h 191 virtual void Uniform1f(GLint location, GLfloat x) OVERRIDE;
gles2_trace_implementation_autogen.h 191 virtual void Uniform1f(GLint location, GLfloat x) OVERRIDE;
gles2_implementation_impl_autogen.h     [all...]
  /external/chromium_org/ppapi/c/
ppb_opengles2.h 242 void (*Uniform1f)(PP_Resource context, GLint location, GLfloat x);

Completed in 176 milliseconds

1 2