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

1 2

  /external/chromium_org/third_party/skia/src/gpu/gl/angle/
GrGLCreateANGLEInterface.cpp 129 GET_PROC(Uniform4f);
  /external/skia/src/gpu/gl/angle/
GrGLCreateANGLEInterface.cpp 129 GET_PROC(Uniform4f);
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLUniformManager.cpp 149 GR_GL_CALL(fGpu->glInterface(), Uniform4f(uni.fFSLocation, v0, v1, v2, v3));
152 GR_GL_CALL(fGpu->glInterface(), Uniform4f(uni.fVSLocation, v0, v1, v2, v3));
  /external/skia/src/gpu/gl/
GrGLUniformManager.cpp 149 GR_GL_CALL(fGpu->glInterface(), Uniform4f(uni.fFSLocation, v0, v1, v2, v3));
152 GR_GL_CALL(fGpu->glInterface(), Uniform4f(uni.fVSLocation, v0, v1, v2, v3));
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_ids_autogen.h 158 OP(Uniform4f) /* 401 */ \
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_unittest_2.cc 259 void GLES2DecoderTestBase::SpecializedSetup<cmds::Uniform4f, 0>(
  /external/chromium_org/third_party/skia/src/gpu/gl/mac/
GrGLCreateNativeInterface_mac.cpp 174 GET_PROC(Uniform4f);
  /external/chromium_org/third_party/skia/src/gpu/gl/mesa/
GrGLCreateMesaInterface.cpp 160 GR_GL_GET_PROC(Uniform4f);
  /external/skia/src/gpu/gl/mac/
GrGLCreateNativeInterface_mac.cpp 174 GET_PROC(Uniform4f);
  /external/skia/src/gpu/gl/mesa/
GrGLCreateMesaInterface.cpp 160 GR_GL_GET_PROC(Uniform4f);
  /external/chromium_org/gpu/GLES2/
gl2chromium_autogen.h 140 #define glUniform4f GLES2_GET_FUN(Uniform4f)
  /external/chromium_org/third_party/skia/src/gpu/gl/unix/
GrGLCreateNativeInterface_unix.cpp 158 GR_GL_GET_PROC(Uniform4f);
  /external/chromium_org/third_party/skia/src/gpu/gl/win/
GrGLCreateNativeInterface_win.cpp 199 WGL_SET_PROC(Uniform4f);
  /external/skia/src/gpu/gl/unix/
GrGLCreateNativeInterface_unix.cpp 158 GR_GL_GET_PROC(Uniform4f);
  /external/skia/src/gpu/gl/win/
GrGLCreateNativeInterface_win.cpp 199 WGL_SET_PROC(Uniform4f);
  /external/chromium_org/cc/output/
gl_renderer.cc 375 gl_->Uniform4f(program->fragment_shader().color_location(),
390 gl_->Uniform4f(program->fragment_shader().tex_transform_location(),
434 gl_->Uniform4f(program->fragment_shader().color_location(),
    [all...]
  /external/chromium_org/ppapi/shared_impl/
ppb_opengles2_shared.cc 1045 void Uniform4f(
1050 ToGles2Impl(&enter)->Uniform4f(location, x, y, z, w);
    [all...]
  /external/chromium_org/gpu/command_buffer/client/
gles2_interface_stub_impl_autogen.h 392 void GLES2InterfaceStub::Uniform4f(
gles2_cmd_helper_autogen.h     [all...]
gles2_implementation_unittest_autogen.h     [all...]
gles2_trace_implementation_impl_autogen.h 729 void GLES2TraceImplementation::Uniform4f(
731 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::Uniform4f");
732 gl_->Uniform4f(location, x, y, z, w);
    [all...]
gles2_implementation_autogen.h 326 virtual void Uniform4f(
gles2_interface_autogen.h 191 virtual void Uniform4f(
gles2_interface_stub_autogen.h 210 virtual void Uniform4f(
gles2_trace_implementation_autogen.h 210 virtual void Uniform4f(

Completed in 449 milliseconds

1 2