Home
last modified time | relevance | path

Searched refs:Uniform3f (Results 1 – 25 of 41) sorted by relevance

12

/external/chromium_org/third_party/skia/src/gpu/gl/angle/
DGrGLCreateANGLEInterface.cpp124 GET_PROC(Uniform3f); in GrGLCreateANGLEInterface()
/external/skia/src/gpu/gl/angle/
DGrGLCreateANGLEInterface.cpp124 GET_PROC(Uniform3f); in GrGLCreateANGLEInterface()
/external/chromium_org/third_party/skia/src/gpu/gl/
DGrGLUniformManager.cpp116 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/
DGrGLUniformManager.cpp116 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/
DGrGLCreateMesaInterface.cpp156 GR_GL_GET_PROC(Uniform3f); in GrGLCreateMesaInterface()
/external/chromium_org/third_party/skia/src/gpu/gl/mesa/
DGrGLCreateMesaInterface.cpp156 GR_GL_GET_PROC(Uniform3f); in GrGLCreateMesaInterface()
/external/chromium_org/third_party/skia/src/gpu/gl/mac/
DGrGLCreateNativeInterface_mac.cpp170 GET_PROC(Uniform3f); in GrGLCreateNativeInterface()
/external/skia/src/gpu/gl/mac/
DGrGLCreateNativeInterface_mac.cpp170 GET_PROC(Uniform3f); in GrGLCreateNativeInterface()
/external/chromium_org/gpu/command_buffer/common/
Dgles2_cmd_ids_autogen.h152 OP(Uniform3f) /* 395 */ \
/external/chromium_org/gpu/command_buffer/service/
Dgles2_cmd_decoder_unittest_2.cc223 void GLES2DecoderTestBase::SpecializedSetup<cmds::Uniform3f, 0>( in SpecializedSetup()
/external/skia/src/gpu/gl/unix/
DGrGLCreateNativeInterface_unix.cpp154 GR_GL_GET_PROC(Uniform3f); in GrGLCreateNativeInterface()
/external/chromium_org/third_party/skia/src/gpu/gl/unix/
DGrGLCreateNativeInterface_unix.cpp154 GR_GL_GET_PROC(Uniform3f); in GrGLCreateNativeInterface()
/external/chromium_org/gpu/GLES2/
Dgl2chromium_autogen.h136 #define glUniform3f GLES2_GET_FUN(Uniform3f)
/external/chromium_org/third_party/skia/src/gpu/gl/win/
DGrGLCreateNativeInterface_win.cpp195 WGL_SET_PROC(Uniform3f); in GrGLCreateNativeInterface()
/external/skia/src/gpu/gl/win/
DGrGLCreateNativeInterface_win.cpp195 WGL_SET_PROC(Uniform3f); in GrGLCreateNativeInterface()
/external/chromium_org/ppapi/shared_impl/
Dppb_opengles2_shared.cc1013 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/
Dgles2_interface_stub_impl_autogen.h380 void GLES2InterfaceStub::Uniform3f( in Uniform3f() function
Dgles2_implementation_unittest_autogen.h1216 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()
Dgles2_trace_implementation_impl_autogen.h705 void GLES2TraceImplementation::Uniform3f( in Uniform3f() function
708 gl_->Uniform3f(location, x, y, z); in Uniform3f()
Dgles2_interface_autogen.h187 virtual void Uniform3f(GLint location, GLfloat x, GLfloat y, GLfloat z) = 0;
Dgles2_cmd_helper_autogen.h1165 void Uniform3f(GLint location, GLfloat x, GLfloat y, GLfloat z) { in Uniform3f() function
1166 gles2::cmds::Uniform3f* c = GetCmdSpace<gles2::cmds::Uniform3f>(); in Uniform3f()
Dgles2_trace_implementation_autogen.h203 virtual void Uniform3f(
Dgles2_interface_stub_autogen.h203 virtual void Uniform3f(
Dgles2_implementation_autogen.h315 virtual void Uniform3f(
/external/chromium_org/ppapi/c/
Dppb_opengles2.h254 void (*Uniform3f)( member

12