HomeSort by relevance Sort by last modified time
    Searched refs:cacheable (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/skia/src/gpu/mtl/
GrMtlTextureRenderTarget.mm 27 GrWrapCacheable cacheable)
31 this->registerWithCacheWrapped(cacheable);
54 GrWrapCacheable cacheable) {
64 new GrMtlTextureRenderTarget(gpu, desc, renderTexture, mipMapsStatus, cacheable));
GrMtlTexture.mm 31 GrWrapCacheable cacheable,
40 this->registerWithCacheWrapped(cacheable);
70 GrWrapCacheable cacheable,
81 cacheable, ioType));
GrMtlTextureRenderTarget.h 65 GrWrapCacheable cacheable);
  /external/skqp/src/gpu/mtl/
GrMtlTextureRenderTarget.mm 27 GrWrapCacheable cacheable)
31 this->registerWithCacheWrapped(cacheable);
54 GrWrapCacheable cacheable) {
64 new GrMtlTextureRenderTarget(gpu, desc, renderTexture, mipMapsStatus, cacheable));
GrMtlTexture.mm 31 GrWrapCacheable cacheable,
40 this->registerWithCacheWrapped(cacheable);
70 GrWrapCacheable cacheable,
81 cacheable, ioType));
GrMtlTextureRenderTarget.h 65 GrWrapCacheable cacheable);
  /external/skia/src/gpu/gl/
GrGLTextureRenderTarget.cpp 31 GrWrapCacheable cacheable,
36 this->registerWithCacheWrapped(cacheable);
61 const GrGLRenderTarget::IDDesc& rtIDDesc, GrWrapCacheable cacheable,
64 new GrGLTextureRenderTarget(gpu, desc, texIDDesc, rtIDDesc, cacheable, mipMapsStatus));
GrGLTexture.cpp 57 const IDDesc& idDesc, GrWrapCacheable cacheable, GrIOType ioType)
61 this->registerWithCacheWrapped(cacheable);
117 GrWrapCacheable cacheable, GrIOType ioType) {
118 return sk_sp<GrGLTexture>(new GrGLTexture(gpu, desc, mipMapsStatus, idDesc, cacheable, ioType));
  /external/skqp/src/gpu/gl/
GrGLTextureRenderTarget.cpp 31 GrWrapCacheable cacheable,
36 this->registerWithCacheWrapped(cacheable);
61 const GrGLRenderTarget::IDDesc& rtIDDesc, GrWrapCacheable cacheable,
64 new GrGLTextureRenderTarget(gpu, desc, texIDDesc, rtIDDesc, cacheable, mipMapsStatus));
GrGLTexture.cpp 57 const IDDesc& idDesc, GrWrapCacheable cacheable, GrIOType ioType)
61 this->registerWithCacheWrapped(cacheable);
119 GrWrapCacheable cacheable, GrIOType ioType) {
120 return sk_sp<GrGLTexture>(new GrGLTexture(gpu, desc, mipMapsStatus, idDesc, cacheable, ioType));
  /external/skia/src/gpu/vk/
GrVkTextureRenderTarget.cpp 70 GrWrapCacheable cacheable)
76 this->registerWithCacheWrapped(cacheable);
87 GrWrapCacheable cacheable)
92 this->registerWithCacheWrapped(cacheable);
207 GrWrapCacheable cacheable,
226 mipMapsStatus, ownership, cacheable));
230 mipMapsStatus, ownership, cacheable));
GrVkTexture.cpp 42 GrWrapCacheable cacheable, GrIOType ioType)
51 this->registerWithCacheWrapped(cacheable);
95 GrWrapCacheable cacheable, GrIOType ioType,
114 mipMapsStatus, ownership, cacheable, ioType));
  /external/skqp/src/gpu/vk/
GrVkTextureRenderTarget.cpp 70 GrWrapCacheable cacheable)
76 this->registerWithCacheWrapped(cacheable);
87 GrWrapCacheable cacheable)
92 this->registerWithCacheWrapped(cacheable);
207 GrWrapCacheable cacheable,
226 mipMapsStatus, ownership, cacheable));
230 mipMapsStatus, ownership, cacheable));
GrVkTexture.cpp 42 GrWrapCacheable cacheable, GrIOType ioType)
51 this->registerWithCacheWrapped(cacheable);
95 GrWrapCacheable cacheable, GrIOType ioType,
114 mipMapsStatus, ownership, cacheable, ioType));
  /external/mesa3d/src/gallium/drivers/svga/
svga_surface.h 105 boolean cacheable,
  /external/mesa3d/src/gallium/winsys/virgl/drm/
virgl_drm_winsys.h 49 boolean cacheable; member in struct:virgl_hw_res
  /external/skia/src/gpu/mock/
GrMockTexture.h 26 const GrMockTextureInfo& info, GrWrapCacheable cacheable, GrIOType ioType)
31 this->registerWithCacheWrapped(cacheable);
GrMockGpu.cpp 129 GrWrapCacheable cacheable) {
148 new GrMockTextureRenderTarget(this, desc, mipMapsStatus, texInfo, rtInfo, cacheable));
  /external/mesa3d/src/gallium/winsys/virgl/vtest/
virgl_vtest_winsys.h 72 boolean cacheable; member in struct:virgl_hw_res
  /external/skia/src/gpu/
GrResourceProvider.cpp 219 GrWrapCacheable cacheable,
225 return fGpu->wrapBackendTexture(tex, ownership, cacheable, ioType);
231 GrWrapCacheable cacheable) {
236 return fGpu->wrapRenderableBackendTexture(tex, sampleCnt, ownership, cacheable);
  /external/skqp/src/gpu/
GrGpu.cpp 151 GrWrapOwnership ownership, GrWrapCacheable cacheable,
163 return this->onWrapBackendTexture(backendTex, ownership, cacheable, ioType);
168 GrWrapCacheable cacheable) {
183 this->onWrapRenderableBackendTexture(backendTex, sampleCnt, ownership, cacheable);
GrResourceProvider.cpp 238 GrWrapCacheable cacheable,
244 return fGpu->wrapBackendTexture(tex, ownership, cacheable, ioType);
250 GrWrapCacheable cacheable) {
255 return fGpu->wrapRenderableBackendTexture(tex, sampleCnt, ownership, cacheable);
  /external/grpc-grpc/include/grpcpp/impl/codegen/
client_context.h 241 /// EXPERIMENTAL: Set this request to be cacheable.
244 void set_cacheable(bool cacheable) { cacheable_ = cacheable; }
  /external/grpc-grpc/src/csharp/Grpc.Core/Internal/
CallFlags.cs 41 /// The call is cacheable. gRPC is free to use GET verb */
  /external/skqp/src/gpu/mock/
GrMockGpu.cpp 129 GrWrapCacheable cacheable) {
148 new GrMockTextureRenderTarget(this, desc, mipMapsStatus, texInfo, rtInfo, cacheable));

Completed in 3967 milliseconds

1 2 3