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

1 2

  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLUniformManager.cpp 117 GR_GL_CALL(fGpu->glInterface(), Uniform3f(uni.fFSLocation, v0, v1, v2));
120 GR_GL_CALL(fGpu->glInterface(), Uniform3f(uni.fVSLocation, v0, v1, v2));
GrGLAssembleInterface.cpp 152 GET_PROC(Uniform3f);
  /external/skia/src/gpu/gl/
GrGLUniformManager.cpp 117 GR_GL_CALL(fGpu->glInterface(), Uniform3f(uni.fFSLocation, v0, v1, v2));
120 GR_GL_CALL(fGpu->glInterface(), Uniform3f(uni.fVSLocation, v0, v1, v2));
GrGLAssembleInterface.cpp 152 GET_PROC(Uniform3f);
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_ids_autogen.h 136 OP(Uniform3f) /* 377 */ \
gles2_cmd_format_autogen.h     [all...]
  /external/chromium_org/third_party/skia/src/gpu/gl/angle/
GrGLCreateANGLEInterface.cpp 125 GET_PROC(Uniform3f);
  /external/skia/src/gpu/gl/angle/
GrGLCreateANGLEInterface.cpp 125 GET_PROC(Uniform3f);
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_unittest_2.cc 177 cmds::Uniform3f cmd;
409 void GLES2DecoderTestBase::SpecializedSetup<cmds::Uniform3f, 0>(
gles2_cmd_decoder_unittest_2_autogen.h 358 SpecializedSetup<cmds::Uniform3f, 0>(true);
359 cmds::Uniform3f cmd;
  /external/chromium_org/gpu/GLES2/
gl2chromium_autogen.h 138 #define glUniform3f GLES2_GET_FUN(Uniform3f)
  /external/chromium_org/ppapi/shared_impl/
ppb_opengles2_shared.cc     [all...]
  /external/chromium_org/gpu/command_buffer/client/
gles2_interface_stub_impl_autogen.h 471 void GLES2InterfaceStub::Uniform3f(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 400 virtual void Uniform3f(GLint location,
gles2_interface_autogen.h 276 virtual void Uniform3f(GLint location, GLfloat x, GLfloat y, GLfloat z) = 0;
gles2_interface_stub_autogen.h 290 virtual void Uniform3f(GLint location,
gles2_trace_implementation_autogen.h 290 virtual void Uniform3f(GLint location,
gles2_implementation_impl_autogen.h     [all...]
  /external/chromium_org/mojo/examples/pepper_container_app/
ppb_opengles2_thunk.cc 1145 void Uniform3f(PP_Resource context_id,
    [all...]
  /external/chromium_org/mojo/public/c/gles2/
gles2_call_visitor_autogen.h 454 VISIT_GL_CALL(Uniform3f,
  /external/chromium_org/ppapi/c/
ppb_opengles2.h 407 void (*Uniform3f)(PP_Resource context,
  /external/chromium_org/ppapi/lib/gl/gles2/
gles2.c 756 glGetInterfacePPAPI()->Uniform3f(
    [all...]

Completed in 632 milliseconds

1 2