Home
last modified time | relevance | path

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

12

/external/chromium_org/gpu/command_buffer/service/
Dgles2_cmd_decoder_unittest_2_autogen.h926 EXPECT_CALL(*gl_, Uniform4fv(1, 1, _)); in TEST_F()
936 *gl_, Uniform4fv( in TEST_F()
938 SpecializedSetup<cmds::Uniform4fv, 0>(true); in TEST_F()
939 cmds::Uniform4fv cmd; in TEST_F()
946 EXPECT_CALL(*gl_, Uniform4fv(_, _, _)).Times(0); in TEST_F()
947 SpecializedSetup<cmds::Uniform4fv, 0>(false); in TEST_F()
948 cmds::Uniform4fv cmd; in TEST_F()
955 EXPECT_CALL(*gl_, Uniform4fv(_, _, _)).Times(0); in TEST_F()
956 SpecializedSetup<cmds::Uniform4fv, 0>(false); in TEST_F()
957 cmds::Uniform4fv cmd; in TEST_F()
[all …]
Dgles2_cmd_decoder_unittest_2.cc271 void GLES2DecoderTestBase::SpecializedSetup<cmds::Uniform4fv, 0>( in SpecializedSetup()
Dtest_helper.cc323 EXPECT_CALL(*gl, Uniform4fv(info.real_location, info.size, _)) in SetupExpectationsForClearingUniforms()
/external/chromium_org/third_party/skia/src/gpu/gl/mac/
DGrGLCreateNativeInterface_mac.cpp176 GET_PROC(Uniform4fv); in GrGLCreateNativeInterface()
178 GET_PROC(Uniform4fv); in GrGLCreateNativeInterface()
/external/skia/src/gpu/gl/mac/
DGrGLCreateNativeInterface_mac.cpp176 GET_PROC(Uniform4fv); in GrGLCreateNativeInterface()
178 GET_PROC(Uniform4fv); in GrGLCreateNativeInterface()
/external/chromium_org/third_party/skia/src/gpu/gl/angle/
DGrGLCreateANGLEInterface.cpp131 GET_PROC(Uniform4fv); in GrGLCreateANGLEInterface()
/external/skia/src/gpu/gl/angle/
DGrGLCreateANGLEInterface.cpp131 GET_PROC(Uniform4fv); in GrGLCreateANGLEInterface()
/external/chromium_org/third_party/skia/src/gpu/gl/
DGrGLUniformManager.cpp165 GR_GL_CALL(fGpu->glInterface(), Uniform4fv(uni.fFSLocation, arrayCount, v)); in set4fv()
168 GR_GL_CALL(fGpu->glInterface(), Uniform4fv(uni.fVSLocation, arrayCount, v)); in set4fv()
/external/skia/src/gpu/gl/
DGrGLUniformManager.cpp165 GR_GL_CALL(fGpu->glInterface(), Uniform4fv(uni.fFSLocation, arrayCount, v)); in set4fv()
168 GR_GL_CALL(fGpu->glInterface(), Uniform4fv(uni.fVSLocation, arrayCount, v)); in set4fv()
/external/skia/src/gpu/gl/mesa/
DGrGLCreateMesaInterface.cpp162 GR_GL_GET_PROC(Uniform4fv); in GrGLCreateMesaInterface()
/external/chromium_org/third_party/skia/src/gpu/gl/mesa/
DGrGLCreateMesaInterface.cpp162 GR_GL_GET_PROC(Uniform4fv); in GrGLCreateMesaInterface()
/external/chromium_org/gpu/command_buffer/common/
Dgles2_cmd_ids_autogen.h159 OP(Uniform4fv) /* 402 */ \
/external/skia/src/gpu/gl/unix/
DGrGLCreateNativeInterface_unix.cpp160 GR_GL_GET_PROC(Uniform4fv); in GrGLCreateNativeInterface()
/external/chromium_org/third_party/skia/src/gpu/gl/unix/
DGrGLCreateNativeInterface_unix.cpp160 GR_GL_GET_PROC(Uniform4fv); in GrGLCreateNativeInterface()
/external/chromium_org/gpu/GLES2/
Dgl2chromium_autogen.h141 #define glUniform4fv GLES2_GET_FUN(Uniform4fv)
/external/chromium_org/third_party/skia/src/gpu/gl/win/
DGrGLCreateNativeInterface_win.cpp201 WGL_SET_PROC(Uniform4fv); in GrGLCreateNativeInterface()
/external/skia/src/gpu/gl/win/
DGrGLCreateNativeInterface_win.cpp201 WGL_SET_PROC(Uniform4fv); in GrGLCreateNativeInterface()
/external/chromium_org/cc/output/
Dgl_renderer.cc1154 GLC(gl_, gl_->Uniform4fv(shader_viewport_location, 1, viewport)); in DrawRenderPassQuad()
1172 GLC(gl_, gl_->Uniform4fv(shader_color_offset_location, 1, offset)); in DrawRenderPassQuad()
1340 GLC(gl_, gl_->Uniform4fv(uniforms.viewport_location, 1, viewport)); in DrawSolidColorQuad()
1514 GLC(gl_, gl_->Uniform4fv(uniforms.viewport_location, 1, viewport)); in DrawContentQuad()
1816 gl_->Uniform4fv( in FlushTextureQuadCache()
1824 gl_->Uniform4fv( in FlushTextureQuadCache()
/external/chromium_org/ppapi/shared_impl/
Dppb_opengles2_shared.cc1054 void Uniform4fv( in Uniform4fv() function
1058 ToGles2Impl(&enter)->Uniform4fv(location, count, v); in Uniform4fv()
1487 &Uniform4fv, in GetInterface()
/external/chromium_org/gpu/command_buffer/client/
Dgles2_interface_stub_impl_autogen.h396 void GLES2InterfaceStub::Uniform4fv( in Uniform4fv() function
Dgles2_trace_implementation_impl_autogen.h735 void GLES2TraceImplementation::Uniform4fv( in Uniform4fv() function
738 gl_->Uniform4fv(location, count, v); in Uniform4fv()
Dgles2_interface_autogen.h193 virtual void Uniform4fv(GLint location, GLsizei count, const GLfloat* v) = 0;
Dgles2_cmd_helper_autogen.h1220 void Uniform4fv( in Uniform4fv() function
1222 gles2::cmds::Uniform4fv* c = GetCmdSpace<gles2::cmds::Uniform4fv>(); in Uniform4fv()
Dgles2_trace_implementation_autogen.h212 virtual void Uniform4fv(
/external/chromium_org/ppapi/c/
Dppb_opengles2.h265 void (*Uniform4fv)( member

12