/external/chromium_org/third_party/skia/src/gpu/gl/angle/ |
D | GrGLCreateANGLEInterface.cpp | 114 GET_PROC(Uniform1f); in GrGLCreateANGLEInterface()
|
/external/skia/src/gpu/gl/angle/ |
D | GrGLCreateANGLEInterface.cpp | 114 GET_PROC(Uniform1f); in GrGLCreateANGLEInterface()
|
/external/chromium_org/third_party/skia/src/gpu/gl/ |
D | GrGLUniformManager.cpp | 55 GR_GL_CALL(fGpu->glInterface(), Uniform1f(uni.fFSLocation, v0)); in set1f() 58 GR_GL_CALL(fGpu->glInterface(), Uniform1f(uni.fVSLocation, v0)); in set1f()
|
/external/skia/src/gpu/gl/ |
D | GrGLUniformManager.cpp | 55 GR_GL_CALL(fGpu->glInterface(), Uniform1f(uni.fFSLocation, v0)); in set1f() 58 GR_GL_CALL(fGpu->glInterface(), Uniform1f(uni.fVSLocation, v0)); in set1f()
|
/external/skia/src/gpu/gl/mesa/ |
D | GrGLCreateMesaInterface.cpp | 148 GR_GL_GET_PROC(Uniform1f); in GrGLCreateMesaInterface()
|
/external/chromium_org/third_party/skia/src/gpu/gl/mesa/ |
D | GrGLCreateMesaInterface.cpp | 148 GR_GL_GET_PROC(Uniform1f); in GrGLCreateMesaInterface()
|
/external/chromium_org/third_party/skia/src/gpu/gl/mac/ |
D | GrGLCreateNativeInterface_mac.cpp | 162 GET_PROC(Uniform1f); in GrGLCreateNativeInterface()
|
/external/skia/src/gpu/gl/mac/ |
D | GrGLCreateNativeInterface_mac.cpp | 162 GET_PROC(Uniform1f); in GrGLCreateNativeInterface()
|
/external/chromium_org/gpu/command_buffer/common/ |
D | gles2_cmd_ids_autogen.h | 140 OP(Uniform1f) /* 383 */ \
|
/external/chromium_org/gpu/command_buffer/service/ |
D | gles2_cmd_decoder_unittest_2.cc | 157 void GLES2DecoderTestBase::SpecializedSetup<cmds::Uniform1f, 0>( in SpecializedSetup()
|
/external/skia/src/gpu/gl/unix/ |
D | GrGLCreateNativeInterface_unix.cpp | 146 GR_GL_GET_PROC(Uniform1f); in GrGLCreateNativeInterface()
|
/external/chromium_org/third_party/skia/src/gpu/gl/unix/ |
D | GrGLCreateNativeInterface_unix.cpp | 146 GR_GL_GET_PROC(Uniform1f); in GrGLCreateNativeInterface()
|
/external/chromium_org/gpu/GLES2/ |
D | gl2chromium_autogen.h | 128 #define glUniform1f GLES2_GET_FUN(Uniform1f)
|
/external/chromium_org/third_party/skia/src/gpu/gl/win/ |
D | GrGLCreateNativeInterface_win.cpp | 187 WGL_SET_PROC(Uniform1f); in GrGLCreateNativeInterface()
|
/external/skia/src/gpu/gl/win/ |
D | GrGLCreateNativeInterface_win.cpp | 187 WGL_SET_PROC(Uniform1f); in GrGLCreateNativeInterface()
|
/external/chromium_org/ppapi/shared_impl/ |
D | ppb_opengles2_shared.cc | 953 void Uniform1f(PP_Resource context_id, GLint location, GLfloat x) { in Uniform1f() function 956 ToGles2Impl(&enter)->Uniform1f(location, x); in Uniform1f() 1474 &Uniform1f, in GetInterface()
|
/external/chromium_org/gpu/command_buffer/client/ |
D | gles2_interface_stub_impl_autogen.h | 358 void GLES2InterfaceStub::Uniform1f(GLint /* location */, GLfloat /* x */) { in Uniform1f() function
|
D | gles2_implementation_unittest_autogen.h | 1100 TEST_F(GLES2ImplementationTest, Uniform1f) { in TEST_F() argument 1102 cmds::Uniform1f cmd; in TEST_F() 1107 gl_->Uniform1f(1, 2); in TEST_F()
|
D | gles2_trace_implementation_impl_autogen.h | 660 void GLES2TraceImplementation::Uniform1f(GLint location, GLfloat x) { in Uniform1f() function 662 gl_->Uniform1f(location, x); in Uniform1f()
|
D | gles2_interface_autogen.h | 179 virtual void Uniform1f(GLint location, GLfloat x) = 0;
|
D | gles2_cmd_helper_autogen.h | 1069 void Uniform1f(GLint location, GLfloat x) { in Uniform1f() function 1070 gles2::cmds::Uniform1f* c = GetCmdSpace<gles2::cmds::Uniform1f>(); in Uniform1f()
|
D | gles2_trace_implementation_autogen.h | 191 virtual void Uniform1f(GLint location, GLfloat x) OVERRIDE;
|
D | gles2_interface_stub_autogen.h | 191 virtual void Uniform1f(GLint location, GLfloat x) OVERRIDE;
|
D | gles2_implementation_autogen.h | 295 virtual void Uniform1f(GLint location, GLfloat x) OVERRIDE;
|
/external/chromium_org/ppapi/c/ |
D | ppb_opengles2.h | 242 void (*Uniform1f)(PP_Resource context, GLint location, GLfloat x); member
|