/external/chromium_org/gpu/command_buffer/service/ |
gles2_cmd_decoder_unittest_2_autogen.h | 634 EXPECT_CALL(*gl_, Uniform2fv(1, 1, _)); 644 *gl_, Uniform2fv( 646 SpecializedSetup<cmds::Uniform2fv, 0>(true); 647 cmds::Uniform2fv cmd; 654 EXPECT_CALL(*gl_, Uniform2fv(_, _, _)).Times(0); 655 SpecializedSetup<cmds::Uniform2fv, 0>(false); 656 cmds::Uniform2fv cmd; 663 EXPECT_CALL(*gl_, Uniform2fv(_, _, _)).Times(0); 664 SpecializedSetup<cmds::Uniform2fv, 0>(false); 665 cmds::Uniform2fv cmd [all...] |
gles2_cmd_decoder_unittest_2.cc | 199 void GLES2DecoderTestBase::SpecializedSetup<cmds::Uniform2fv, 0>(
|
test_helper.cc | 313 EXPECT_CALL(*gl, Uniform2fv(info.real_location, info.size, _))
|
/external/chromium_org/third_party/skia/src/gpu/gl/angle/ |
GrGLCreateANGLEInterface.cpp | 121 GET_PROC(Uniform2fv);
|
/external/skia/src/gpu/gl/angle/ |
GrGLCreateANGLEInterface.cpp | 121 GET_PROC(Uniform2fv);
|
/external/chromium_org/third_party/skia/src/gpu/gl/ |
GrGLUniformManager.cpp | 103 GR_GL_CALL(fGpu->glInterface(), Uniform2fv(uni.fFSLocation, arrayCount, v)); 106 GR_GL_CALL(fGpu->glInterface(), Uniform2fv(uni.fVSLocation, arrayCount, v));
|
/external/skia/src/gpu/gl/ |
GrGLUniformManager.cpp | 103 GR_GL_CALL(fGpu->glInterface(), Uniform2fv(uni.fFSLocation, arrayCount, v)); 106 GR_GL_CALL(fGpu->glInterface(), Uniform2fv(uni.fVSLocation, arrayCount, v));
|
/external/chromium_org/gpu/command_buffer/common/ |
gles2_cmd_ids_autogen.h | 147 OP(Uniform2fv) /* 390 */ \
|
/external/chromium_org/third_party/skia/src/gpu/gl/mac/ |
GrGLCreateNativeInterface_mac.cpp | 168 GET_PROC(Uniform2fv);
|
/external/chromium_org/third_party/skia/src/gpu/gl/mesa/ |
GrGLCreateMesaInterface.cpp | 154 GR_GL_GET_PROC(Uniform2fv);
|
/external/skia/src/gpu/gl/mac/ |
GrGLCreateNativeInterface_mac.cpp | 168 GET_PROC(Uniform2fv);
|
/external/skia/src/gpu/gl/mesa/ |
GrGLCreateMesaInterface.cpp | 154 GR_GL_GET_PROC(Uniform2fv);
|
/external/chromium_org/gpu/GLES2/ |
gl2chromium_autogen.h | 133 #define glUniform2fv GLES2_GET_FUN(Uniform2fv)
|
/external/chromium_org/third_party/skia/src/gpu/gl/unix/ |
GrGLCreateNativeInterface_unix.cpp | 152 GR_GL_GET_PROC(Uniform2fv);
|
/external/chromium_org/third_party/skia/src/gpu/gl/win/ |
GrGLCreateNativeInterface_win.cpp | 193 WGL_SET_PROC(Uniform2fv);
|
/external/skia/src/gpu/gl/unix/ |
GrGLCreateNativeInterface_unix.cpp | 152 GR_GL_GET_PROC(Uniform2fv);
|
/external/skia/src/gpu/gl/win/ |
GrGLCreateNativeInterface_win.cpp | 193 WGL_SET_PROC(Uniform2fv);
|
/external/chromium_org/ppapi/shared_impl/ |
ppb_opengles2_shared.cc | 990 void Uniform2fv( 994 ToGles2Impl(&enter)->Uniform2fv(location, count, v); [all...] |
/external/chromium_org/gpu/command_buffer/client/ |
gles2_interface_stub_impl_autogen.h | 371 void GLES2InterfaceStub::Uniform2fv(
|
gles2_cmd_helper_autogen.h | [all...] |
gles2_trace_implementation_impl_autogen.h | 688 void GLES2TraceImplementation::Uniform2fv( 690 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::Uniform2fv"); 691 gl_->Uniform2fv(location, count, v); [all...] |
gles2_implementation_autogen.h | 307 virtual void Uniform2fv(
|
gles2_interface_autogen.h | 184 virtual void Uniform2fv(GLint location, GLsizei count, const GLfloat* v) = 0;
|
gles2_interface_stub_autogen.h | 198 virtual void Uniform2fv(
|
gles2_trace_implementation_autogen.h | 198 virtual void Uniform2fv(
|