/external/chromium_org/gpu/command_buffer/service/ |
D | gles2_cmd_decoder_unittest_2_autogen.h | 926 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 …]
|
D | gles2_cmd_decoder_unittest_2.cc | 271 void GLES2DecoderTestBase::SpecializedSetup<cmds::Uniform4fv, 0>( in SpecializedSetup()
|
D | test_helper.cc | 323 EXPECT_CALL(*gl, Uniform4fv(info.real_location, info.size, _)) in SetupExpectationsForClearingUniforms()
|
/external/chromium_org/third_party/skia/src/gpu/gl/mac/ |
D | GrGLCreateNativeInterface_mac.cpp | 176 GET_PROC(Uniform4fv); in GrGLCreateNativeInterface() 178 GET_PROC(Uniform4fv); in GrGLCreateNativeInterface()
|
/external/skia/src/gpu/gl/mac/ |
D | GrGLCreateNativeInterface_mac.cpp | 176 GET_PROC(Uniform4fv); in GrGLCreateNativeInterface() 178 GET_PROC(Uniform4fv); in GrGLCreateNativeInterface()
|
/external/chromium_org/third_party/skia/src/gpu/gl/angle/ |
D | GrGLCreateANGLEInterface.cpp | 131 GET_PROC(Uniform4fv); in GrGLCreateANGLEInterface()
|
/external/skia/src/gpu/gl/angle/ |
D | GrGLCreateANGLEInterface.cpp | 131 GET_PROC(Uniform4fv); in GrGLCreateANGLEInterface()
|
/external/chromium_org/third_party/skia/src/gpu/gl/ |
D | GrGLUniformManager.cpp | 165 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/ |
D | GrGLUniformManager.cpp | 165 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/ |
D | GrGLCreateMesaInterface.cpp | 162 GR_GL_GET_PROC(Uniform4fv); in GrGLCreateMesaInterface()
|
/external/chromium_org/third_party/skia/src/gpu/gl/mesa/ |
D | GrGLCreateMesaInterface.cpp | 162 GR_GL_GET_PROC(Uniform4fv); in GrGLCreateMesaInterface()
|
/external/chromium_org/gpu/command_buffer/common/ |
D | gles2_cmd_ids_autogen.h | 159 OP(Uniform4fv) /* 402 */ \
|
/external/skia/src/gpu/gl/unix/ |
D | GrGLCreateNativeInterface_unix.cpp | 160 GR_GL_GET_PROC(Uniform4fv); in GrGLCreateNativeInterface()
|
/external/chromium_org/third_party/skia/src/gpu/gl/unix/ |
D | GrGLCreateNativeInterface_unix.cpp | 160 GR_GL_GET_PROC(Uniform4fv); in GrGLCreateNativeInterface()
|
/external/chromium_org/gpu/GLES2/ |
D | gl2chromium_autogen.h | 141 #define glUniform4fv GLES2_GET_FUN(Uniform4fv)
|
/external/chromium_org/third_party/skia/src/gpu/gl/win/ |
D | GrGLCreateNativeInterface_win.cpp | 201 WGL_SET_PROC(Uniform4fv); in GrGLCreateNativeInterface()
|
/external/skia/src/gpu/gl/win/ |
D | GrGLCreateNativeInterface_win.cpp | 201 WGL_SET_PROC(Uniform4fv); in GrGLCreateNativeInterface()
|
/external/chromium_org/cc/output/ |
D | gl_renderer.cc | 1154 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/ |
D | ppb_opengles2_shared.cc | 1054 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/ |
D | gles2_interface_stub_impl_autogen.h | 396 void GLES2InterfaceStub::Uniform4fv( in Uniform4fv() function
|
D | gles2_trace_implementation_impl_autogen.h | 735 void GLES2TraceImplementation::Uniform4fv( in Uniform4fv() function 738 gl_->Uniform4fv(location, count, v); in Uniform4fv()
|
D | gles2_interface_autogen.h | 193 virtual void Uniform4fv(GLint location, GLsizei count, const GLfloat* v) = 0;
|
D | gles2_cmd_helper_autogen.h | 1220 void Uniform4fv( in Uniform4fv() function 1222 gles2::cmds::Uniform4fv* c = GetCmdSpace<gles2::cmds::Uniform4fv>(); in Uniform4fv()
|
D | gles2_trace_implementation_autogen.h | 212 virtual void Uniform4fv(
|
/external/chromium_org/ppapi/c/ |
D | ppb_opengles2.h | 265 void (*Uniform4fv)( member
|