/external/chromium_org/third_party/skia/src/gpu/gl/angle/ |
D | GrGLCreateANGLEInterface.cpp | 124 GET_PROC(Uniform3f); in GrGLCreateANGLEInterface()
|
/external/skia/src/gpu/gl/angle/ |
D | GrGLCreateANGLEInterface.cpp | 124 GET_PROC(Uniform3f); in GrGLCreateANGLEInterface()
|
/external/chromium_org/third_party/skia/src/gpu/gl/ |
D | GrGLUniformManager.cpp | 116 GR_GL_CALL(fGpu->glInterface(), Uniform3f(uni.fFSLocation, v0, v1, v2)); in set3f() 119 GR_GL_CALL(fGpu->glInterface(), Uniform3f(uni.fVSLocation, v0, v1, v2)); in set3f()
|
/external/skia/src/gpu/gl/ |
D | GrGLUniformManager.cpp | 116 GR_GL_CALL(fGpu->glInterface(), Uniform3f(uni.fFSLocation, v0, v1, v2)); in set3f() 119 GR_GL_CALL(fGpu->glInterface(), Uniform3f(uni.fVSLocation, v0, v1, v2)); in set3f()
|
/external/skia/src/gpu/gl/mesa/ |
D | GrGLCreateMesaInterface.cpp | 156 GR_GL_GET_PROC(Uniform3f); in GrGLCreateMesaInterface()
|
/external/chromium_org/third_party/skia/src/gpu/gl/mesa/ |
D | GrGLCreateMesaInterface.cpp | 156 GR_GL_GET_PROC(Uniform3f); in GrGLCreateMesaInterface()
|
/external/chromium_org/third_party/skia/src/gpu/gl/mac/ |
D | GrGLCreateNativeInterface_mac.cpp | 170 GET_PROC(Uniform3f); in GrGLCreateNativeInterface()
|
/external/skia/src/gpu/gl/mac/ |
D | GrGLCreateNativeInterface_mac.cpp | 170 GET_PROC(Uniform3f); in GrGLCreateNativeInterface()
|
/external/chromium_org/gpu/command_buffer/common/ |
D | gles2_cmd_ids_autogen.h | 152 OP(Uniform3f) /* 395 */ \
|
/external/chromium_org/gpu/command_buffer/service/ |
D | gles2_cmd_decoder_unittest_2.cc | 223 void GLES2DecoderTestBase::SpecializedSetup<cmds::Uniform3f, 0>( in SpecializedSetup()
|
/external/skia/src/gpu/gl/unix/ |
D | GrGLCreateNativeInterface_unix.cpp | 154 GR_GL_GET_PROC(Uniform3f); in GrGLCreateNativeInterface()
|
/external/chromium_org/third_party/skia/src/gpu/gl/unix/ |
D | GrGLCreateNativeInterface_unix.cpp | 154 GR_GL_GET_PROC(Uniform3f); in GrGLCreateNativeInterface()
|
/external/chromium_org/gpu/GLES2/ |
D | gl2chromium_autogen.h | 136 #define glUniform3f GLES2_GET_FUN(Uniform3f)
|
/external/chromium_org/third_party/skia/src/gpu/gl/win/ |
D | GrGLCreateNativeInterface_win.cpp | 195 WGL_SET_PROC(Uniform3f); in GrGLCreateNativeInterface()
|
/external/skia/src/gpu/gl/win/ |
D | GrGLCreateNativeInterface_win.cpp | 195 WGL_SET_PROC(Uniform3f); in GrGLCreateNativeInterface()
|
/external/chromium_org/ppapi/shared_impl/ |
D | ppb_opengles2_shared.cc | 1013 void Uniform3f( in Uniform3f() function 1017 ToGles2Impl(&enter)->Uniform3f(location, x, y, z); in Uniform3f() 1482 &Uniform3f, in GetInterface()
|
/external/chromium_org/gpu/command_buffer/client/ |
D | gles2_interface_stub_impl_autogen.h | 380 void GLES2InterfaceStub::Uniform3f( in Uniform3f() function
|
D | gles2_implementation_unittest_autogen.h | 1216 TEST_F(GLES2ImplementationTest, Uniform3f) { in TEST_F() argument 1218 cmds::Uniform3f cmd; in TEST_F() 1223 gl_->Uniform3f(1, 2, 3, 4); in TEST_F()
|
D | gles2_trace_implementation_impl_autogen.h | 705 void GLES2TraceImplementation::Uniform3f( in Uniform3f() function 708 gl_->Uniform3f(location, x, y, z); in Uniform3f()
|
D | gles2_interface_autogen.h | 187 virtual void Uniform3f(GLint location, GLfloat x, GLfloat y, GLfloat z) = 0;
|
D | gles2_cmd_helper_autogen.h | 1165 void Uniform3f(GLint location, GLfloat x, GLfloat y, GLfloat z) { in Uniform3f() function 1166 gles2::cmds::Uniform3f* c = GetCmdSpace<gles2::cmds::Uniform3f>(); in Uniform3f()
|
D | gles2_trace_implementation_autogen.h | 203 virtual void Uniform3f(
|
D | gles2_interface_stub_autogen.h | 203 virtual void Uniform3f(
|
D | gles2_implementation_autogen.h | 315 virtual void Uniform3f(
|
/external/chromium_org/ppapi/c/ |
D | ppb_opengles2.h | 254 void (*Uniform3f)( member
|