/external/chromium_org/third_party/skia/src/gpu/gl/mac/ |
GrGLCreateNativeInterface_mac.cpp | 176 GET_PROC(Uniform4fv); 178 GET_PROC(Uniform4fv);
|
/external/skia/src/gpu/gl/mac/ |
GrGLCreateNativeInterface_mac.cpp | 176 GET_PROC(Uniform4fv); 178 GET_PROC(Uniform4fv);
|
/external/chromium_org/gpu/command_buffer/service/ |
gles2_cmd_decoder_unittest_2_autogen.h | [all...] |
gles2_cmd_decoder_unittest_2.cc | 271 void GLES2DecoderTestBase::SpecializedSetup<cmds::Uniform4fv, 0>(
|
test_helper.cc | 323 EXPECT_CALL(*gl, Uniform4fv(info.real_location, info.size, _))
|
/external/chromium_org/third_party/skia/src/gpu/gl/angle/ |
GrGLCreateANGLEInterface.cpp | 131 GET_PROC(Uniform4fv);
|
/external/skia/src/gpu/gl/angle/ |
GrGLCreateANGLEInterface.cpp | 131 GET_PROC(Uniform4fv);
|
/external/chromium_org/third_party/skia/src/gpu/gl/ |
GrGLUniformManager.cpp | 165 GR_GL_CALL(fGpu->glInterface(), Uniform4fv(uni.fFSLocation, arrayCount, v)); 168 GR_GL_CALL(fGpu->glInterface(), Uniform4fv(uni.fVSLocation, arrayCount, v));
|
/external/skia/src/gpu/gl/ |
GrGLUniformManager.cpp | 165 GR_GL_CALL(fGpu->glInterface(), Uniform4fv(uni.fFSLocation, arrayCount, v)); 168 GR_GL_CALL(fGpu->glInterface(), Uniform4fv(uni.fVSLocation, arrayCount, v));
|
/external/chromium_org/gpu/command_buffer/common/ |
gles2_cmd_ids_autogen.h | 159 OP(Uniform4fv) /* 402 */ \
|
/external/chromium_org/third_party/skia/src/gpu/gl/mesa/ |
GrGLCreateMesaInterface.cpp | 162 GR_GL_GET_PROC(Uniform4fv);
|
/external/skia/src/gpu/gl/mesa/ |
GrGLCreateMesaInterface.cpp | 162 GR_GL_GET_PROC(Uniform4fv);
|
/external/chromium_org/gpu/GLES2/ |
gl2chromium_autogen.h | 141 #define glUniform4fv GLES2_GET_FUN(Uniform4fv)
|
/external/chromium_org/third_party/skia/src/gpu/gl/unix/ |
GrGLCreateNativeInterface_unix.cpp | 160 GR_GL_GET_PROC(Uniform4fv);
|
/external/chromium_org/third_party/skia/src/gpu/gl/win/ |
GrGLCreateNativeInterface_win.cpp | 201 WGL_SET_PROC(Uniform4fv);
|
/external/skia/src/gpu/gl/unix/ |
GrGLCreateNativeInterface_unix.cpp | 160 GR_GL_GET_PROC(Uniform4fv);
|
/external/skia/src/gpu/gl/win/ |
GrGLCreateNativeInterface_win.cpp | 201 WGL_SET_PROC(Uniform4fv);
|
/external/chromium_org/ppapi/shared_impl/ |
ppb_opengles2_shared.cc | 1054 void Uniform4fv( 1058 ToGles2Impl(&enter)->Uniform4fv(location, count, v); [all...] |
/external/chromium_org/gpu/command_buffer/client/ |
gles2_interface_stub_impl_autogen.h | 396 void GLES2InterfaceStub::Uniform4fv(
|
gles2_cmd_helper_autogen.h | [all...] |
gles2_trace_implementation_impl_autogen.h | 735 void GLES2TraceImplementation::Uniform4fv( 737 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::Uniform4fv"); 738 gl_->Uniform4fv(location, count, v); [all...] |
gles2_implementation_autogen.h | 329 virtual void Uniform4fv(
|
gles2_interface_autogen.h | 193 virtual void Uniform4fv(GLint location, GLsizei count, const GLfloat* v) = 0;
|
gles2_interface_stub_autogen.h | 212 virtual void Uniform4fv(
|
/external/chromium_org/cc/output/ |
gl_renderer.cc | [all...] |