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