HomeSort by relevance Sort by last modified time
    Searched full:uniform1fv (Results 1 - 25 of 66) sorted by null

1 2 3

  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_unittest_2_autogen.h 558 EXPECT_CALL(*gl_, Uniform1fv(1, 1, _));
568 *gl_, Uniform1fv(
570 SpecializedSetup<cmds::Uniform1fv, 0>(true);
571 cmds::Uniform1fv cmd;
578 EXPECT_CALL(*gl_, Uniform1fv(_, _, _)).Times(0);
579 SpecializedSetup<cmds::Uniform1fv, 0>(false);
580 cmds::Uniform1fv cmd;
587 EXPECT_CALL(*gl_, Uniform1fv(_, _, _)).Times(0);
588 SpecializedSetup<cmds::Uniform1fv, 0>(false);
589 cmds::Uniform1fv cmd
    [all...]
gles2_cmd_decoder_unittest_2.cc 163 void GLES2DecoderTestBase::SpecializedSetup<cmds::Uniform1fv, 0>(
  /external/chromium_org/third_party/skia/src/gpu/gl/angle/
GrGLCreateANGLEInterface.cpp 116 GET_PROC(Uniform1fv);
  /external/skia/src/gpu/gl/angle/
GrGLCreateANGLEInterface.cpp 116 GET_PROC(Uniform1fv);
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
gles_api.py 399 "Uniform1fv",
  /external/chromium_org/third_party/skia/src/gpu/gl/mesa/
GrGLCreateMesaInterface.cpp 150 GR_GL_GET_PROC(Uniform1fv);
  /external/mesa3d/src/mapi/glapi/gen/
gles_api.py 399 "Uniform1fv",
  /external/skia/src/gpu/gl/mesa/
GrGLCreateMesaInterface.cpp 150 GR_GL_GET_PROC(Uniform1fv);
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLUniformManager.cpp 74 GR_GL_CALL(fGpu->glInterface(), Uniform1fv(uni.fFSLocation, arrayCount, v));
77 GR_GL_CALL(fGpu->glInterface(), Uniform1fv(uni.fVSLocation, arrayCount, v));
  /external/skia/src/gpu/gl/
GrGLUniformManager.cpp 74 GR_GL_CALL(fGpu->glInterface(), Uniform1fv(uni.fFSLocation, arrayCount, v));
77 GR_GL_CALL(fGpu->glInterface(), Uniform1fv(uni.fVSLocation, arrayCount, v));
  /external/chromium_org/gpu/GLES2/
gl2chromium_autogen.h 129 #define glUniform1fv GLES2_GET_FUN(Uniform1fv)
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_ids_autogen.h 141 OP(Uniform1fv) /* 384 */ \
  /external/chromium_org/third_party/skia/src/gpu/gl/mac/
GrGLCreateNativeInterface_mac.cpp 164 GET_PROC(Uniform1fv);
  /external/chromium_org/third_party/skia/src/gpu/gl/unix/
GrGLCreateNativeInterface_unix.cpp 148 GR_GL_GET_PROC(Uniform1fv);
  /external/chromium_org/third_party/skia/src/gpu/gl/win/
GrGLCreateNativeInterface_win.cpp 189 WGL_SET_PROC(Uniform1fv);
  /external/skia/src/gpu/gl/mac/
GrGLCreateNativeInterface_mac.cpp 164 GET_PROC(Uniform1fv);
  /external/skia/src/gpu/gl/unix/
GrGLCreateNativeInterface_unix.cpp 148 GR_GL_GET_PROC(Uniform1fv);
  /external/skia/src/gpu/gl/win/
GrGLCreateNativeInterface_win.cpp 189 WGL_SET_PROC(Uniform1fv);
  /external/chromium_org/gpu/command_buffer/client/
gles2_trace_implementation_impl_autogen.h 665 void GLES2TraceImplementation::Uniform1fv(
667 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::Uniform1fv");
668 gl_->Uniform1fv(location, count, v);
    [all...]
  /external/chromium_org/ppapi/shared_impl/
ppb_opengles2_shared.cc 960 void Uniform1fv(
964 ToGles2Impl(&enter)->Uniform1fv(location, count, v);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8WebGLRenderingContextCustom.cpp 536 case kUniform1v: context->uniform1fv(location, array); break;
562 case kUniform1v: context->uniform1fv(location, data, len); break;
637 vertexAttribAndUniformHelperf(info, kUniform1v, "uniform1fv");
    [all...]
  /external/chromium_org/ppapi/c/
ppb_opengles2.h 243 void (*Uniform1fv)(
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/custom/
CustomFilterRenderer.cpp 158 m_context->uniform1fv(uniformLocation, parameterSize, floatVector.data());
  /external/chromium_org/third_party/WebKit/Source/web/tests/
MockWebGraphicsContext3D.h 202 virtual void uniform1fv(WGC3Dint location, WGC3Dsizei count, const WGC3Dfloat* v) { } function in class:blink::MockWebGraphicsContext3D
  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_in_process_command_buffer_impl.cc 887 DELEGATE_TO_GL_3(uniform1fv, Uniform1fv, WGC3Dint, WGC3Dsizei,
    [all...]

Completed in 554 milliseconds

1 2 3