/external/chromium_org/gpu/command_buffer/service/ |
gles2_cmd_decoder_unittest_2_autogen.h | 780 EXPECT_CALL(*gl_, Uniform3fv(1, 1, _)); 790 *gl_, Uniform3fv( 792 SpecializedSetup<cmds::Uniform3fv, 0>(true); 793 cmds::Uniform3fv cmd; 800 EXPECT_CALL(*gl_, Uniform3fv(_, _, _)).Times(0); 801 SpecializedSetup<cmds::Uniform3fv, 0>(false); 802 cmds::Uniform3fv cmd; 809 EXPECT_CALL(*gl_, Uniform3fv(_, _, _)).Times(0); 810 SpecializedSetup<cmds::Uniform3fv, 0>(false); 811 cmds::Uniform3fv cmd [all...] |
gles2_cmd_decoder_unittest_2.cc | 235 void GLES2DecoderTestBase::SpecializedSetup<cmds::Uniform3fv, 0>(
|
test_helper.cc | 318 EXPECT_CALL(*gl, Uniform3fv(info.real_location, info.size, _))
|
/external/chromium_org/third_party/skia/src/gpu/gl/angle/ |
GrGLCreateANGLEInterface.cpp | 126 GET_PROC(Uniform3fv);
|
/external/skia/src/gpu/gl/angle/ |
GrGLCreateANGLEInterface.cpp | 126 GET_PROC(Uniform3fv);
|
/external/chromium_org/third_party/skia/src/gpu/gl/ |
GrGLUniformManager.cpp | 132 GR_GL_CALL(fGpu->glInterface(), Uniform3fv(uni.fFSLocation, arrayCount, v)); 135 GR_GL_CALL(fGpu->glInterface(), Uniform3fv(uni.fVSLocation, arrayCount, v));
|
/external/skia/src/gpu/gl/ |
GrGLUniformManager.cpp | 132 GR_GL_CALL(fGpu->glInterface(), Uniform3fv(uni.fFSLocation, arrayCount, v)); 135 GR_GL_CALL(fGpu->glInterface(), Uniform3fv(uni.fVSLocation, arrayCount, v));
|
/external/chromium_org/gpu/command_buffer/common/ |
gles2_cmd_ids_autogen.h | 153 OP(Uniform3fv) /* 396 */ \
|
/external/chromium_org/third_party/skia/src/gpu/gl/mac/ |
GrGLCreateNativeInterface_mac.cpp | 172 GET_PROC(Uniform3fv);
|
/external/chromium_org/third_party/skia/src/gpu/gl/mesa/ |
GrGLCreateMesaInterface.cpp | 158 GR_GL_GET_PROC(Uniform3fv);
|
/external/skia/src/gpu/gl/mac/ |
GrGLCreateNativeInterface_mac.cpp | 172 GET_PROC(Uniform3fv);
|
/external/skia/src/gpu/gl/mesa/ |
GrGLCreateMesaInterface.cpp | 158 GR_GL_GET_PROC(Uniform3fv);
|
/external/chromium_org/gpu/GLES2/ |
gl2chromium_autogen.h | 137 #define glUniform3fv GLES2_GET_FUN(Uniform3fv)
|
/external/chromium_org/third_party/skia/src/gpu/gl/unix/ |
GrGLCreateNativeInterface_unix.cpp | 156 GR_GL_GET_PROC(Uniform3fv);
|
/external/chromium_org/third_party/skia/src/gpu/gl/win/ |
GrGLCreateNativeInterface_win.cpp | 197 WGL_SET_PROC(Uniform3fv);
|
/external/skia/src/gpu/gl/unix/ |
GrGLCreateNativeInterface_unix.cpp | 156 GR_GL_GET_PROC(Uniform3fv);
|
/external/skia/src/gpu/gl/win/ |
GrGLCreateNativeInterface_win.cpp | 197 WGL_SET_PROC(Uniform3fv);
|
/external/chromium_org/ppapi/shared_impl/ |
ppb_opengles2_shared.cc | 1021 void Uniform3fv( 1025 ToGles2Impl(&enter)->Uniform3fv(location, count, v); [all...] |
/external/chromium_org/gpu/command_buffer/client/ |
gles2_interface_stub_impl_autogen.h | 383 void GLES2InterfaceStub::Uniform3fv(
|
gles2_cmd_helper_autogen.h | [all...] |
gles2_trace_implementation_impl_autogen.h | 711 void GLES2TraceImplementation::Uniform3fv( 713 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::Uniform3fv"); 714 gl_->Uniform3fv(location, count, v); [all...] |
gles2_implementation_autogen.h | 318 virtual void Uniform3fv(
|
gles2_interface_autogen.h | 188 virtual void Uniform3fv(GLint location, GLsizei count, const GLfloat* v) = 0;
|
gles2_interface_stub_autogen.h | 205 virtual void Uniform3fv(
|
/external/chromium_org/cc/output/ |
gl_renderer.cc | [all...] |