Home
last modified time | relevance | path

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

12

/external/chromium_org/gpu/command_buffer/service/
Dgles2_cmd_decoder_unittest_2_autogen.h558 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 …]
Dgles2_cmd_decoder_unittest_2.cc163 void GLES2DecoderTestBase::SpecializedSetup<cmds::Uniform1fv, 0>( in SpecializedSetup()
Dtest_helper.cc308 EXPECT_CALL(*gl, Uniform1fv(info.real_location, info.size, _)) in SetupExpectationsForClearingUniforms()
/external/chromium_org/third_party/skia/src/gpu/gl/angle/
DGrGLCreateANGLEInterface.cpp116 GET_PROC(Uniform1fv); in GrGLCreateANGLEInterface()
/external/skia/src/gpu/gl/angle/
DGrGLCreateANGLEInterface.cpp116 GET_PROC(Uniform1fv); in GrGLCreateANGLEInterface()
/external/chromium_org/third_party/skia/src/gpu/gl/
DGrGLUniformManager.cpp74 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/
DGrGLUniformManager.cpp74 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/
DGrGLCreateMesaInterface.cpp150 GR_GL_GET_PROC(Uniform1fv); in GrGLCreateMesaInterface()
/external/chromium_org/third_party/skia/src/gpu/gl/mesa/
DGrGLCreateMesaInterface.cpp150 GR_GL_GET_PROC(Uniform1fv); in GrGLCreateMesaInterface()
/external/chromium_org/third_party/skia/src/gpu/gl/mac/
DGrGLCreateNativeInterface_mac.cpp164 GET_PROC(Uniform1fv); in GrGLCreateNativeInterface()
/external/skia/src/gpu/gl/mac/
DGrGLCreateNativeInterface_mac.cpp164 GET_PROC(Uniform1fv); in GrGLCreateNativeInterface()
/external/chromium_org/gpu/command_buffer/common/
Dgles2_cmd_ids_autogen.h141 OP(Uniform1fv) /* 384 */ \
/external/skia/src/gpu/gl/unix/
DGrGLCreateNativeInterface_unix.cpp148 GR_GL_GET_PROC(Uniform1fv); in GrGLCreateNativeInterface()
/external/chromium_org/third_party/skia/src/gpu/gl/unix/
DGrGLCreateNativeInterface_unix.cpp148 GR_GL_GET_PROC(Uniform1fv); in GrGLCreateNativeInterface()
/external/chromium_org/gpu/GLES2/
Dgl2chromium_autogen.h129 #define glUniform1fv GLES2_GET_FUN(Uniform1fv)
/external/chromium_org/third_party/skia/src/gpu/gl/win/
DGrGLCreateNativeInterface_win.cpp189 WGL_SET_PROC(Uniform1fv); in GrGLCreateNativeInterface()
/external/skia/src/gpu/gl/win/
DGrGLCreateNativeInterface_win.cpp189 WGL_SET_PROC(Uniform1fv); in GrGLCreateNativeInterface()
/external/chromium_org/ppapi/shared_impl/
Dppb_opengles2_shared.cc960 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/
Dgles2_interface_stub_impl_autogen.h360 void GLES2InterfaceStub::Uniform1fv( in Uniform1fv() function
Dgles2_trace_implementation_impl_autogen.h665 void GLES2TraceImplementation::Uniform1fv( in Uniform1fv() function
668 gl_->Uniform1fv(location, count, v); in Uniform1fv()
Dgles2_interface_autogen.h180 virtual void Uniform1fv(GLint location, GLsizei count, const GLfloat* v) = 0;
Dgles2_cmd_helper_autogen.h1076 void Uniform1fv( in Uniform1fv() function
1078 gles2::cmds::Uniform1fv* c = GetCmdSpace<gles2::cmds::Uniform1fv>(); in Uniform1fv()
Dgles2_trace_implementation_autogen.h192 virtual void Uniform1fv(
Dgles2_interface_stub_autogen.h192 virtual void Uniform1fv(
/external/chromium_org/ppapi/c/
Dppb_opengles2.h243 void (*Uniform1fv)( member

12