Searched refs:Uniform1fv (Results 1 - 25 of 41) sorted by relevance

12

/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_unittest_2_autogen.h714 EXPECT_CALL(*gl_, Uniform1fv(1, 1, _));
724 *gl_, Uniform1fv(
726 SpecializedSetup<cmds::Uniform1fv, 0>(true);
727 cmds::Uniform1fv cmd;
734 EXPECT_CALL(*gl_, Uniform1fv(_, _, _)).Times(0);
735 SpecializedSetup<cmds::Uniform1fv, 0>(false);
736 cmds::Uniform1fv cmd;
743 EXPECT_CALL(*gl_, Uniform1fv(_, _, _)).Times(0);
744 SpecializedSetup<cmds::Uniform1fv, 0>(false);
745 cmds::Uniform1fv cm
[all...]
H A Dgles2_cmd_decoder_unittest_2.cc163 void GLES2DecoderTestBase::SpecializedSetup<cmds::Uniform1fv, 0>(
H A Dtest_helper.cc299 EXPECT_CALL(*gl, Uniform1fv(info.real_location, info.size, _))
/external/chromium_org/third_party/skia/src/gpu/gl/angle/
H A DGrGLCreateANGLEInterface.cpp116 GET_PROC(Uniform1fv);
/external/skia/src/gpu/gl/angle/
H A DGrGLCreateANGLEInterface.cpp116 GET_PROC(Uniform1fv);
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLUniformManager.cpp70 GR_GL_CALL(fContext.interface(), Uniform1fv(uni.fFSLocation + offset, arrayCount, v));
73 GR_GL_CALL(fContext.interface(), Uniform1fv(uni.fVSLocation + offset, arrayCount, v));
/external/skia/src/gpu/gl/
H A DGrGLUniformManager.cpp70 GR_GL_CALL(fContext.interface(), Uniform1fv(uni.fFSLocation + offset, arrayCount, v));
73 GR_GL_CALL(fContext.interface(), Uniform1fv(uni.fVSLocation + offset, arrayCount, v));
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_ids_autogen.h151 OP(Uniform1fv) /* 394 */ \
/external/chromium_org/third_party/skia/src/gpu/gl/mac/
H A DGrGLCreateNativeInterface_mac.cpp155 GET_PROC(Uniform1fv);
/external/chromium_org/third_party/skia/src/gpu/gl/mesa/
H A DGrGLCreateMesaInterface.cpp141 GR_GL_GET_PROC(Uniform1fv);
/external/skia/src/gpu/gl/mac/
H A DGrGLCreateNativeInterface_mac.cpp155 GET_PROC(Uniform1fv);
/external/skia/src/gpu/gl/mesa/
H A DGrGLCreateMesaInterface.cpp141 GR_GL_GET_PROC(Uniform1fv);
/external/chromium_org/gpu/GLES2/
H A Dgl2chromium_autogen.h129 #define glUniform1fv GLES2_GET_FUN(Uniform1fv)
/external/chromium_org/third_party/skia/src/gpu/gl/unix/
H A DGrGLCreateNativeInterface_unix.cpp145 GR_GL_GET_PROC(Uniform1fv);
/external/chromium_org/third_party/skia/src/gpu/gl/win/
H A DGrGLCreateNativeInterface_win.cpp185 WGL_SET_PROC(Uniform1fv);
/external/skia/src/gpu/gl/unix/
H A DGrGLCreateNativeInterface_unix.cpp145 GR_GL_GET_PROC(Uniform1fv);
/external/skia/src/gpu/gl/win/
H A DGrGLCreateNativeInterface_win.cpp185 WGL_SET_PROC(Uniform1fv);
/external/chromium_org/ppapi/shared_impl/
H A Dppb_opengles2_shared.cc593 void Uniform1fv( function in namespace:ppapi::__anon9519
595 GetGLES(context_id)->Uniform1fv(location, count, v);
958 &Uniform1fv,
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_interface_stub_impl_autogen.h360 void GLES2InterfaceStub::Uniform1fv( function in class:GLES2InterfaceStub
H A Dgles2_trace_implementation_impl_autogen.h665 void GLES2TraceImplementation::Uniform1fv( function in class:GLES2TraceImplementation
667 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::Uniform1fv");
668 gl_->Uniform1fv(location, count, v);
H A Dgles2_implementation_autogen.h297 virtual void Uniform1fv(
H A Dgles2_interface_autogen.h180 virtual void Uniform1fv(GLint location, GLsizei count, const GLfloat* v) = 0;
H A Dgles2_interface_stub_autogen.h192 virtual void Uniform1fv(
H A Dgles2_trace_implementation_autogen.h192 virtual void Uniform1fv(
/external/chromium_org/ppapi/c/
H A Dppb_opengles2.h243 void (*Uniform1fv)( member in struct:PPB_OpenGLES2

Completed in 371 milliseconds

12