/external/chromium_org/gpu/command_buffer/service/ |
D | gles2_cmd_decoder_unittest_2_autogen.h | 558 EXPECT_CALL(*gl_, Uniform1fv(1, 1, _)); in TEST_F() 568 *gl_, Uniform1fv( in TEST_F() 570 SpecializedSetup<cmds::Uniform1fv, 0>(true); in TEST_F() 571 cmds::Uniform1fv cmd; in TEST_F() 578 EXPECT_CALL(*gl_, Uniform1fv(_, _, _)).Times(0); in TEST_F() 579 SpecializedSetup<cmds::Uniform1fv, 0>(false); in TEST_F() 580 cmds::Uniform1fv cmd; in TEST_F() 587 EXPECT_CALL(*gl_, Uniform1fv(_, _, _)).Times(0); in TEST_F() 588 SpecializedSetup<cmds::Uniform1fv, 0>(false); in TEST_F() 589 cmds::Uniform1fv cmd; in TEST_F() [all …]
|
D | gles2_cmd_decoder_unittest_2.cc | 163 void GLES2DecoderTestBase::SpecializedSetup<cmds::Uniform1fv, 0>( in SpecializedSetup()
|
D | test_helper.cc | 308 EXPECT_CALL(*gl, Uniform1fv(info.real_location, info.size, _)) in SetupExpectationsForClearingUniforms()
|
/external/chromium_org/third_party/skia/src/gpu/gl/angle/ |
D | GrGLCreateANGLEInterface.cpp | 116 GET_PROC(Uniform1fv); in GrGLCreateANGLEInterface()
|
/external/skia/src/gpu/gl/angle/ |
D | GrGLCreateANGLEInterface.cpp | 116 GET_PROC(Uniform1fv); in GrGLCreateANGLEInterface()
|
/external/chromium_org/third_party/skia/src/gpu/gl/ |
D | GrGLUniformManager.cpp | 74 GR_GL_CALL(fGpu->glInterface(), Uniform1fv(uni.fFSLocation, arrayCount, v)); in set1fv() 77 GR_GL_CALL(fGpu->glInterface(), Uniform1fv(uni.fVSLocation, arrayCount, v)); in set1fv()
|
/external/skia/src/gpu/gl/ |
D | GrGLUniformManager.cpp | 74 GR_GL_CALL(fGpu->glInterface(), Uniform1fv(uni.fFSLocation, arrayCount, v)); in set1fv() 77 GR_GL_CALL(fGpu->glInterface(), Uniform1fv(uni.fVSLocation, arrayCount, v)); in set1fv()
|
/external/skia/src/gpu/gl/mesa/ |
D | GrGLCreateMesaInterface.cpp | 150 GR_GL_GET_PROC(Uniform1fv); in GrGLCreateMesaInterface()
|
/external/chromium_org/third_party/skia/src/gpu/gl/mesa/ |
D | GrGLCreateMesaInterface.cpp | 150 GR_GL_GET_PROC(Uniform1fv); in GrGLCreateMesaInterface()
|
/external/chromium_org/third_party/skia/src/gpu/gl/mac/ |
D | GrGLCreateNativeInterface_mac.cpp | 164 GET_PROC(Uniform1fv); in GrGLCreateNativeInterface()
|
/external/skia/src/gpu/gl/mac/ |
D | GrGLCreateNativeInterface_mac.cpp | 164 GET_PROC(Uniform1fv); in GrGLCreateNativeInterface()
|
/external/chromium_org/gpu/command_buffer/common/ |
D | gles2_cmd_ids_autogen.h | 141 OP(Uniform1fv) /* 384 */ \
|
/external/skia/src/gpu/gl/unix/ |
D | GrGLCreateNativeInterface_unix.cpp | 148 GR_GL_GET_PROC(Uniform1fv); in GrGLCreateNativeInterface()
|
/external/chromium_org/third_party/skia/src/gpu/gl/unix/ |
D | GrGLCreateNativeInterface_unix.cpp | 148 GR_GL_GET_PROC(Uniform1fv); in GrGLCreateNativeInterface()
|
/external/chromium_org/gpu/GLES2/ |
D | gl2chromium_autogen.h | 129 #define glUniform1fv GLES2_GET_FUN(Uniform1fv)
|
/external/chromium_org/third_party/skia/src/gpu/gl/win/ |
D | GrGLCreateNativeInterface_win.cpp | 189 WGL_SET_PROC(Uniform1fv); in GrGLCreateNativeInterface()
|
/external/skia/src/gpu/gl/win/ |
D | GrGLCreateNativeInterface_win.cpp | 189 WGL_SET_PROC(Uniform1fv); in GrGLCreateNativeInterface()
|
/external/chromium_org/ppapi/shared_impl/ |
D | ppb_opengles2_shared.cc | 960 void Uniform1fv( in Uniform1fv() function 964 ToGles2Impl(&enter)->Uniform1fv(location, count, v); in Uniform1fv() 1475 &Uniform1fv, in GetInterface()
|
/external/chromium_org/gpu/command_buffer/client/ |
D | gles2_interface_stub_impl_autogen.h | 360 void GLES2InterfaceStub::Uniform1fv( in Uniform1fv() function
|
D | gles2_trace_implementation_impl_autogen.h | 665 void GLES2TraceImplementation::Uniform1fv( in Uniform1fv() function 668 gl_->Uniform1fv(location, count, v); in Uniform1fv()
|
D | gles2_interface_autogen.h | 180 virtual void Uniform1fv(GLint location, GLsizei count, const GLfloat* v) = 0;
|
D | gles2_cmd_helper_autogen.h | 1076 void Uniform1fv( in Uniform1fv() function 1078 gles2::cmds::Uniform1fv* c = GetCmdSpace<gles2::cmds::Uniform1fv>(); in Uniform1fv()
|
D | gles2_trace_implementation_autogen.h | 192 virtual void Uniform1fv(
|
D | gles2_interface_stub_autogen.h | 192 virtual void Uniform1fv(
|
/external/chromium_org/ppapi/c/ |
D | ppb_opengles2.h | 243 void (*Uniform1fv)( member
|