HomeSort by relevance Sort by last modified time
    Searched refs:tempProxy (Results 1 - 3 of 3) sorted by null

  /external/skia/src/gpu/
GrContext.cpp 812 sk_sp<GrTextureProxy> tempProxy;
814 tempProxy = this->proxyProvider()->createProxy(tempDrawInfo.fTempSurfaceDesc,
817 if (!tempProxy && GrGpu::kRequireDraw_DrawPreference == drawPreference) {
826 if (premul && (!tempProxy || !premulOnGpu)) {
837 if (tempProxy) {
838 auto fp = GrSimpleTextureEffect::Make(tempProxy, SkMatrix::I());
847 if (!tempProxy->instantiate(this->resourceProvider())) {
850 GrTexture* texture = tempProxy->priv().peekTexture();
852 if (tempProxy->priv().hasPendingIO()) {
853 this->flush(tempProxy.get())
    [all...]
  /external/skqp/src/gpu/
GrContext.cpp 557 sk_sp<GrTextureProxy> tempProxy;
559 tempProxy = this->proxyProvider()->createProxy(tempDrawInfo.fTempSurfaceDesc,
562 if (!tempProxy && GrGpu::kRequireDraw_DrawPreference == drawPreference) {
571 if (premul && (!tempProxy || !premulOnGpu)) {
582 if (tempProxy) {
583 auto fp = GrSimpleTextureEffect::Make(tempProxy, SkMatrix::I());
592 if (!tempProxy->instantiate(this->resourceProvider())) {
595 GrTexture* texture = tempProxy->priv().peekTexture();
597 if (tempProxy->priv().hasPendingIO()) {
598 this->flush(tempProxy.get())
    [all...]
  /prebuilts/tools/common/m2/repository/org/seleniumhq/selenium/selenium-api/2.42.2/
selenium-api-2.42.2.jar 

Completed in 716 milliseconds