/external/chromium_org/third_party/skia/src/gpu/gl/angle/ |
GrGLCreateANGLEInterface.cpp | 124 GET_PROC(Uniform3f);
|
/external/skia/src/gpu/gl/angle/ |
GrGLCreateANGLEInterface.cpp | 124 GET_PROC(Uniform3f);
|
/external/chromium_org/third_party/skia/src/gpu/gl/ |
GrGLUniformManager.cpp | 116 GR_GL_CALL(fGpu->glInterface(), Uniform3f(uni.fFSLocation, v0, v1, v2)); 119 GR_GL_CALL(fGpu->glInterface(), Uniform3f(uni.fVSLocation, v0, v1, v2));
|
/external/skia/src/gpu/gl/ |
GrGLUniformManager.cpp | 116 GR_GL_CALL(fGpu->glInterface(), Uniform3f(uni.fFSLocation, v0, v1, v2)); 119 GR_GL_CALL(fGpu->glInterface(), Uniform3f(uni.fVSLocation, v0, v1, v2));
|
/external/chromium_org/gpu/command_buffer/common/ |
gles2_cmd_ids_autogen.h | 152 OP(Uniform3f) /* 395 */ \
|
/external/chromium_org/gpu/command_buffer/service/ |
gles2_cmd_decoder_unittest_2.cc | 223 void GLES2DecoderTestBase::SpecializedSetup<cmds::Uniform3f, 0>(
|
/external/chromium_org/third_party/skia/src/gpu/gl/mac/ |
GrGLCreateNativeInterface_mac.cpp | 170 GET_PROC(Uniform3f);
|
/external/chromium_org/third_party/skia/src/gpu/gl/mesa/ |
GrGLCreateMesaInterface.cpp | 156 GR_GL_GET_PROC(Uniform3f);
|
/external/skia/src/gpu/gl/mac/ |
GrGLCreateNativeInterface_mac.cpp | 170 GET_PROC(Uniform3f);
|
/external/skia/src/gpu/gl/mesa/ |
GrGLCreateMesaInterface.cpp | 156 GR_GL_GET_PROC(Uniform3f);
|
/external/chromium_org/gpu/GLES2/ |
gl2chromium_autogen.h | 136 #define glUniform3f GLES2_GET_FUN(Uniform3f)
|
/external/chromium_org/third_party/skia/src/gpu/gl/unix/ |
GrGLCreateNativeInterface_unix.cpp | 154 GR_GL_GET_PROC(Uniform3f);
|
/external/chromium_org/third_party/skia/src/gpu/gl/win/ |
GrGLCreateNativeInterface_win.cpp | 195 WGL_SET_PROC(Uniform3f);
|
/external/skia/src/gpu/gl/unix/ |
GrGLCreateNativeInterface_unix.cpp | 154 GR_GL_GET_PROC(Uniform3f);
|
/external/skia/src/gpu/gl/win/ |
GrGLCreateNativeInterface_win.cpp | 195 WGL_SET_PROC(Uniform3f);
|
/external/chromium_org/ppapi/shared_impl/ |
ppb_opengles2_shared.cc | 1013 void Uniform3f( 1017 ToGles2Impl(&enter)->Uniform3f(location, x, y, z); [all...] |
/external/chromium_org/gpu/command_buffer/client/ |
gles2_interface_stub_impl_autogen.h | 380 void GLES2InterfaceStub::Uniform3f(
|
gles2_cmd_helper_autogen.h | [all...] |
gles2_implementation_unittest_autogen.h | [all...] |
gles2_trace_implementation_impl_autogen.h | 705 void GLES2TraceImplementation::Uniform3f( 707 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::Uniform3f"); 708 gl_->Uniform3f(location, x, y, z); [all...] |
gles2_implementation_autogen.h | 315 virtual void Uniform3f(
|
gles2_interface_autogen.h | 187 virtual void Uniform3f(GLint location, GLfloat x, GLfloat y, GLfloat z) = 0;
|
gles2_interface_stub_autogen.h | 203 virtual void Uniform3f(
|
gles2_trace_implementation_autogen.h | 203 virtual void Uniform3f(
|
/external/chromium_org/ppapi/c/ |
ppb_opengles2.h | 254 void (*Uniform3f)(
|