/external/chromium_org/gpu/command_buffer/service/ |
D | gles2_cmd_decoder_unittest_2.cc | 45 EXPECT_CALL(*gl_, Uniform1f(1, _)).Times(AnyNumber()); in TestAcceptedUniform() 138 cmds::Uniform1f cmd; in TestAcceptedUniform() 370 void GLES2DecoderTestBase::SpecializedSetup<cmds::Uniform1f, 0>( in SpecializedSetup()
|
D | gles2_cmd_decoder_unittest_2_autogen.h | 287 SpecializedSetup<cmds::Uniform1f, 0>(true); in TEST_P() 288 cmds::Uniform1f cmd; in TEST_P()
|
/external/skia/src/gpu/gl/angle/ |
D | GrGLCreateANGLEInterface.cpp | 115 GET_PROC(Uniform1f); in GrGLCreateANGLEInterface()
|
/external/chromium_org/third_party/skia/src/gpu/gl/ |
D | GrGLProgramDataManager.cpp | 85 GR_GL_CALL(fGpu->glInterface(), Uniform1f(uni.fFSLocation, v0)); in set1f() 88 GR_GL_CALL(fGpu->glInterface(), Uniform1f(uni.fVSLocation, v0)); in set1f()
|
D | GrGLAssembleInterface.cpp | 165 GET_PROC(Uniform1f); in GrGLAssembleGLInterface() 395 GET_PROC(Uniform1f); in GrGLAssembleGLESInterface()
|
/external/skia/src/gpu/gl/ |
D | GrGLUniformManager.cpp | 56 GR_GL_CALL(fGpu->glInterface(), Uniform1f(uni.fFSLocation, v0)); in set1f() 59 GR_GL_CALL(fGpu->glInterface(), Uniform1f(uni.fVSLocation, v0)); in set1f()
|
D | GrGLAssembleInterface.cpp | 144 GET_PROC(Uniform1f); in GrGLAssembleGLInterface()
|
/external/chromium_org/gpu/command_buffer/common/ |
D | gles2_cmd_ids_autogen.h | 128 OP(Uniform1f) /* 369 */ \
|
/external/chromium_org/gpu/GLES2/ |
D | gl2chromium_autogen.h | 130 #define glUniform1f GLES2_GET_FUN(Uniform1f)
|
/external/chromium_org/ppapi/shared_impl/ |
D | ppb_opengles2_shared.cc | 1090 void Uniform1f(PP_Resource context_id, GLint location, GLfloat x) { in Uniform1f() function 1093 ToGles2Impl(&enter)->Uniform1f(location, x); in Uniform1f() 1666 &TexSubImage2D, &Uniform1f, in GetInterface()
|
/external/chromium_org/gpu/command_buffer/client/ |
D | gles2_interface_stub_impl_autogen.h | 443 void GLES2InterfaceStub::Uniform1f(GLint /* location */, GLfloat /* x */) { in Uniform1f() function
|
D | gles2_implementation_unittest_autogen.h | 1118 TEST_F(GLES2ImplementationTest, Uniform1f) { in TEST_F() argument 1120 cmds::Uniform1f cmd; in TEST_F() 1125 gl_->Uniform1f(1, 2); in TEST_F()
|
D | gles2_cmd_helper_autogen.h | 1098 void Uniform1f(GLint location, GLfloat x) { in Uniform1f() function 1099 gles2::cmds::Uniform1f* c = GetCmdSpace<gles2::cmds::Uniform1f>(); in Uniform1f()
|
D | gles2_trace_implementation_impl_autogen.h | 775 void GLES2TraceImplementation::Uniform1f(GLint location, GLfloat x) { in Uniform1f() function 777 gl_->Uniform1f(location, x); in Uniform1f()
|
D | gles2_interface_autogen.h | 268 virtual void Uniform1f(GLint location, GLfloat x) = 0;
|
D | gles2_implementation_autogen.h | 380 virtual void Uniform1f(GLint location, GLfloat x) OVERRIDE;
|
D | gles2_interface_stub_autogen.h | 278 virtual void Uniform1f(GLint location, GLfloat x) OVERRIDE;
|
D | gles2_trace_implementation_autogen.h | 278 virtual void Uniform1f(GLint location, GLfloat x) OVERRIDE;
|
D | gles2_implementation_impl_autogen.h | 1248 void GLES2Implementation::Uniform1f(GLint location, GLfloat x) { in Uniform1f() function 1252 helper_->Uniform1f(location, x); in Uniform1f()
|
/external/chromium_org/mojo/examples/pepper_container_app/ |
D | ppb_opengles2_thunk.cc | 1077 void Uniform1f(PP_Resource context_id, GLint location, GLfloat x) { in Uniform1f() function 1434 &TexSubImage2D, &Uniform1f, in GetPPB_OpenGLES2_Thunk()
|
/external/chromium_org/ppapi/c/ |
D | ppb_opengles2.h | 433 void (*Uniform1f)(PP_Resource context, GLint location, GLfloat x); member 892 void (*Uniform1f)(PP_Resource context, GLint location, GLfloat x); member
|
/external/chromium_org/mojo/public/c/gles2/ |
D | gles2_call_visitor_autogen.h | 428 VISIT_GL_CALL(Uniform1f, void, (GLint location, GLfloat x), (location, x))
|
/external/chromium_org/ppapi/lib/gl/include/GLES2/ |
D | gl2.h | 601 #define glUniform1f GLES2_GET_FUN(Uniform1f)
|
/external/chromium_org/webkit/common/gpu/ |
D | webgraphicscontext3d_impl.cc | 627 DELEGATE_TO_GL_2(uniform1f, Uniform1f, WGC3Dint, WGC3Dfloat) in DELEGATE_TO_GL_9()
|
/external/chromium_org/ppapi/lib/gl/gles2/ |
D | gles2.c | 720 glGetInterfacePPAPI()->Uniform1f(glGetCurrentContextPPAPI(), location, x); in glUniform1f()
|