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