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

1 2

  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLUniformManager.cpp 150 GR_GL_CALL(fGpu->glInterface(), Uniform4f(uni.fFSLocation, v0, v1, v2, v3));
153 GR_GL_CALL(fGpu->glInterface(), Uniform4f(uni.fVSLocation, v0, v1, v2, v3));
GrGLAssembleInterface.cpp 156 GET_PROC(Uniform4f);
  /external/skia/src/gpu/gl/
GrGLUniformManager.cpp 150 GR_GL_CALL(fGpu->glInterface(), Uniform4f(uni.fFSLocation, v0, v1, v2, v3));
153 GR_GL_CALL(fGpu->glInterface(), Uniform4f(uni.fVSLocation, v0, v1, v2, v3));
GrGLAssembleInterface.cpp 156 GET_PROC(Uniform4f);
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_ids_autogen.h 140 OP(Uniform4f) /* 381 */ \
gles2_cmd_format_autogen.h     [all...]
  /external/chromium_org/third_party/skia/src/gpu/gl/angle/
GrGLCreateANGLEInterface.cpp 130 GET_PROC(Uniform4f);
  /external/skia/src/gpu/gl/angle/
GrGLCreateANGLEInterface.cpp 130 GET_PROC(Uniform4f);
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_unittest_2.cc 197 cmds::Uniform4f cmd;
433 void GLES2DecoderTestBase::SpecializedSetup<cmds::Uniform4f, 0>(
gles2_cmd_decoder_unittest_2_autogen.h 404 SpecializedSetup<cmds::Uniform4f, 0>(true);
405 cmds::Uniform4f cmd;
  /external/chromium_org/gpu/GLES2/
gl2chromium_autogen.h 142 #define glUniform4f GLES2_GET_FUN(Uniform4f)
  /external/chromium_org/cc/output/
gl_renderer.cc 535 gl_->Uniform4f(program->fragment_shader().color_location(),
550 gl_->Uniform4f(program->fragment_shader().tex_transform_location(),
592 gl_->Uniform4f(program->fragment_shader().color_location(),
    [all...]
  /external/chromium_org/ppapi/shared_impl/
ppb_opengles2_shared.cc     [all...]
  /external/chromium_org/gpu/command_buffer/client/
gles2_interface_stub_impl_autogen.h 489 void GLES2InterfaceStub::Uniform4f(GLint /* location */,
    [all...]
gles2_cmd_helper_autogen.h     [all...]
gles2_implementation_unittest_autogen.h     [all...]
gles2_trace_implementation_impl_autogen.h     [all...]
gles2_implementation_autogen.h 413 virtual void Uniform4f(GLint location,
gles2_interface_autogen.h 280 virtual void Uniform4f(GLint location,
gles2_interface_stub_autogen.h 299 virtual void Uniform4f(GLint location,
gles2_trace_implementation_autogen.h 299 virtual void Uniform4f(GLint location,
gles2_implementation_impl_autogen.h     [all...]
  /external/chromium_org/mojo/examples/pepper_container_app/
ppb_opengles2_thunk.cc 1187 void Uniform4f(PP_Resource context_id,
    [all...]
  /external/chromium_org/mojo/public/c/gles2/
gles2_call_visitor_autogen.h 470 VISIT_GL_CALL(Uniform4f,
  /external/chromium_org/ppapi/c/
ppb_opengles2.h 425 void (*Uniform4f)(PP_Resource context,

Completed in 84 milliseconds

1 2