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

  /external/skia/src/gpu/
GrContext.cpp 302 sk_sp<GrTextureProxy> tempProxy;
304 tempProxy = GrSurfaceProxy::MakeDeferred(this->resourceProvider(),
308 if (!tempProxy && GrGpu::kRequireDraw_DrawPreference == drawPreference) {
315 if (tempProxy) {
318 fp = this->createUPMToPMEffect(tempProxy, SkMatrix::I());
323 tempProxy.reset(nullptr);
329 if (tempProxy) {
331 fp = GrSimpleTextureEffect::Make(this->resourceProvider(), tempProxy, nullptr,
339 GrTexture* texture = tempProxy->instantiate(this->resourceProvider());
388 if (!tempProxy) {
    [all...]
  /prebuilts/tools/common/m2/repository/org/seleniumhq/selenium/selenium-api/2.42.2/
selenium-api-2.42.2.jar 

Completed in 193 milliseconds