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

1 2

  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_unittest_2.cc 44 EXPECT_CALL(*gl_, Uniform1f(1, _)).Times(AnyNumber());
137 cmds::Uniform1f cmd;
367 void GLES2DecoderTestBase::SpecializedSetup<cmds::Uniform1f, 0>(
gles2_cmd_decoder_unittest_2_autogen.h 287 SpecializedSetup<cmds::Uniform1f, 0>(true);
288 cmds::Uniform1f cmd;
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLUniformManager.cpp 56 GR_GL_CALL(fGpu->glInterface(), Uniform1f(uni.fFSLocation, v0));
59 GR_GL_CALL(fGpu->glInterface(), Uniform1f(uni.fVSLocation, v0));
GrGLAssembleInterface.cpp 144 GET_PROC(Uniform1f);
  /external/skia/src/gpu/gl/
GrGLUniformManager.cpp 56 GR_GL_CALL(fGpu->glInterface(), Uniform1f(uni.fFSLocation, v0));
59 GR_GL_CALL(fGpu->glInterface(), Uniform1f(uni.fVSLocation, v0));
GrGLAssembleInterface.cpp 144 GET_PROC(Uniform1f);
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_ids_autogen.h 128 OP(Uniform1f) /* 369 */ \
  /external/chromium_org/third_party/skia/src/gpu/gl/angle/
GrGLCreateANGLEInterface.cpp 115 GET_PROC(Uniform1f);
  /external/skia/src/gpu/gl/angle/
GrGLCreateANGLEInterface.cpp 115 GET_PROC(Uniform1f);
  /external/chromium_org/gpu/GLES2/
gl2chromium_autogen.h 130 #define glUniform1f GLES2_GET_FUN(Uniform1f)
  /external/chromium_org/ppapi/shared_impl/
ppb_opengles2_shared.cc 1090 void Uniform1f(PP_Resource context_id, GLint location, GLfloat x) {
1093 ToGles2Impl(&enter)->Uniform1f(location, x);
    [all...]
  /external/chromium_org/gpu/command_buffer/client/
gles2_interface_stub_impl_autogen.h 443 void GLES2InterfaceStub::Uniform1f(GLint /* location */, GLfloat /* x */) {
    [all...]
gles2_cmd_helper_autogen.h 1076 void Uniform1f(GLint location, GLfloat x) {
1077 gles2::cmds::Uniform1f* c = GetCmdSpace<gles2::cmds::Uniform1f>();
    [all...]
gles2_implementation_unittest_autogen.h 1118 TEST_F(GLES2ImplementationTest, Uniform1f) {
1120 cmds::Uniform1f cmd;
1125 gl_->Uniform1f(1, 2);
    [all...]
gles2_trace_implementation_impl_autogen.h 775 void GLES2TraceImplementation::Uniform1f(GLint location, GLfloat x) {
776 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::Uniform1f");
777 gl_->Uniform1f(location, x);
    [all...]
gles2_implementation_autogen.h 380 virtual void Uniform1f(GLint location, GLfloat x) OVERRIDE;
gles2_interface_autogen.h 268 virtual void Uniform1f(GLint location, GLfloat x) = 0;
gles2_interface_stub_autogen.h 278 virtual void Uniform1f(GLint location, GLfloat x) OVERRIDE;
gles2_trace_implementation_autogen.h 278 virtual void Uniform1f(GLint location, GLfloat x) OVERRIDE;
gles2_implementation_impl_autogen.h     [all...]
  /external/chromium_org/mojo/examples/pepper_container_app/
ppb_opengles2_thunk.cc 1077 void Uniform1f(PP_Resource context_id, GLint location, GLfloat x) {
    [all...]
  /external/chromium_org/mojo/public/c/gles2/
gles2_call_visitor_autogen.h 428 VISIT_GL_CALL(Uniform1f, void, (GLint location, GLfloat x), (location, x))
  /external/chromium_org/ppapi/c/
ppb_opengles2.h 387 void (*Uniform1f)(PP_Resource context, GLint location, GLfloat x);
  /external/chromium_org/ppapi/lib/gl/gles2/
gles2.c 720 glGetInterfacePPAPI()->Uniform1f(glGetCurrentContextPPAPI(), location, x);
    [all...]
  /external/chromium_org/ppapi/lib/gl/include/GLES2/
gl2.h 601 #define glUniform1f GLES2_GET_FUN(Uniform1f)
    [all...]

Completed in 182 milliseconds

1 2