Home | History | Annotate | Download | only in custom

Lines Matching refs:uniform2fv

520         case kUniform2v: context->uniform2fv(location, array); break;
547 case kUniform2v: context->uniform2fv(location, implArray.data(), implArray.size()); break;
635 ExceptionState exceptionState(ExceptionState::ExecutionContext, "uniform2fv", "WebGLRenderingContext", info.Holder(), info.GetIsolate());