Home
last modified time | relevance | path

Searched refs:Uniform2fv (Results 1 – 25 of 43) sorted by relevance

12

/external/chromium_org/gpu/command_buffer/service/
Dgles2_cmd_decoder_unittest_2_autogen.h634 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 …]
Dgles2_cmd_decoder_unittest_2.cc199 void GLES2DecoderTestBase::SpecializedSetup<cmds::Uniform2fv, 0>( in SpecializedSetup()
Dtest_helper.cc313 EXPECT_CALL(*gl, Uniform2fv(info.real_location, info.size, _)) in SetupExpectationsForClearingUniforms()
/external/chromium_org/third_party/skia/src/gpu/gl/angle/
DGrGLCreateANGLEInterface.cpp121 GET_PROC(Uniform2fv); in GrGLCreateANGLEInterface()
/external/skia/src/gpu/gl/angle/
DGrGLCreateANGLEInterface.cpp121 GET_PROC(Uniform2fv); in GrGLCreateANGLEInterface()
/external/chromium_org/third_party/skia/src/gpu/gl/
DGrGLUniformManager.cpp103 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/
DGrGLUniformManager.cpp103 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/
DGrGLCreateMesaInterface.cpp154 GR_GL_GET_PROC(Uniform2fv); in GrGLCreateMesaInterface()
/external/chromium_org/third_party/skia/src/gpu/gl/mesa/
DGrGLCreateMesaInterface.cpp154 GR_GL_GET_PROC(Uniform2fv); in GrGLCreateMesaInterface()
/external/chromium_org/third_party/skia/src/gpu/gl/mac/
DGrGLCreateNativeInterface_mac.cpp168 GET_PROC(Uniform2fv); in GrGLCreateNativeInterface()
/external/skia/src/gpu/gl/mac/
DGrGLCreateNativeInterface_mac.cpp168 GET_PROC(Uniform2fv); in GrGLCreateNativeInterface()
/external/chromium_org/gpu/command_buffer/common/
Dgles2_cmd_ids_autogen.h147 OP(Uniform2fv) /* 390 */ \
/external/skia/src/gpu/gl/unix/
DGrGLCreateNativeInterface_unix.cpp152 GR_GL_GET_PROC(Uniform2fv); in GrGLCreateNativeInterface()
/external/chromium_org/third_party/skia/src/gpu/gl/unix/
DGrGLCreateNativeInterface_unix.cpp152 GR_GL_GET_PROC(Uniform2fv); in GrGLCreateNativeInterface()
/external/chromium_org/gpu/GLES2/
Dgl2chromium_autogen.h133 #define glUniform2fv GLES2_GET_FUN(Uniform2fv)
/external/chromium_org/third_party/skia/src/gpu/gl/win/
DGrGLCreateNativeInterface_win.cpp193 WGL_SET_PROC(Uniform2fv); in GrGLCreateNativeInterface()
/external/skia/src/gpu/gl/win/
DGrGLCreateNativeInterface_win.cpp193 WGL_SET_PROC(Uniform2fv); in GrGLCreateNativeInterface()
/external/chromium_org/ppapi/shared_impl/
Dppb_opengles2_shared.cc990 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/
Dgles2_interface_stub_impl_autogen.h371 void GLES2InterfaceStub::Uniform2fv( in Uniform2fv() function
Dgles2_trace_implementation_impl_autogen.h688 void GLES2TraceImplementation::Uniform2fv( in Uniform2fv() function
691 gl_->Uniform2fv(location, count, v); in Uniform2fv()
Dgles2_interface_autogen.h184 virtual void Uniform2fv(GLint location, GLsizei count, const GLfloat* v) = 0;
Dgles2_cmd_helper_autogen.h1124 void Uniform2fv( in Uniform2fv() function
1126 gles2::cmds::Uniform2fv* c = GetCmdSpace<gles2::cmds::Uniform2fv>(); in Uniform2fv()
Dgles2_trace_implementation_autogen.h198 virtual void Uniform2fv(
Dgles2_interface_stub_autogen.h198 virtual void Uniform2fv(
/external/chromium_org/ppapi/c/
Dppb_opengles2.h249 void (*Uniform2fv)( member

12