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

  /external/skia/src/gpu/
GrGpuResourceRef.h 46 GrIOType ioType() const { return fIOType; }
57 GrGpuResourceRef(GrGpuResource*, GrIOType);
61 void setResource(GrGpuResource*, GrIOType);
85 GrIOType fIOType;
103 GrIOType ioType() const { return fIOType; }
114 GrSurfaceProxyRef(sk_sp<GrSurfaceProxy>, GrIOType);
118 void setProxy(sk_sp<GrSurfaceProxy>, GrIOType);
143 GrIOType fIOType;
158 GrTGpuResourceRef(T* resource, GrIOType ioType) : INHERITED(resource, ioType) { }
164 void set(T* resource, GrIOType ioType) { this->setResource(resource, ioType);
    [all...]
GrGpuResourceRef.cpp 16 GrGpuResourceRef::GrGpuResourceRef(GrGpuResource* resource, GrIOType ioType) {
54 void GrGpuResourceRef::setResource(GrGpuResource* resource, GrIOType ioType) {
138 GrSurfaceProxyRef::GrSurfaceProxyRef(sk_sp<GrSurfaceProxy> proxy, GrIOType ioType) {
175 void GrSurfaceProxyRef::setProxy(sk_sp<GrSurfaceProxy> proxy, GrIOType ioType) {
GrShaderVar.cpp 69 void GrShaderVar::setIOType(GrIOType ioType) {
GrProcessor.h 325 ImageStorageAccess(sk_sp<GrTextureProxy>, GrIOType, GrSLMemoryModel, GrSLRestrict,
336 GrIOType ioType() const { return fProxyRef.ioType(); }
GrProcessor.cpp 259 GrIOType ioType,
GrShaderVar.h 293 void setIOType(GrIOType);
  /external/skia/src/gpu/glsl/
GrGLSLUniformHandler.h 79 GrIOType, const char* name) = 0;
  /external/skia/src/gpu/gl/
GrGLUniformHandler.h 63 GrSLMemoryModel, GrSLRestrict, GrIOType,
GrGLGpu.h 65 void bindImageStorage(int unitIdx, GrIOType, GrGLTexture *);
578 GrIOType fIOType;
GrGLUniformHandler.cpp 101 GrSLRestrict restrict, GrIOType ioType, const char* name) {
GrGLGpu.cpp     [all...]
  /external/skia/src/gpu/vk/
GrVkUniformHandler.h 92 GrSLMemoryModel, GrSLRestrict, GrIOType,
  /external/skia/tests/
ProcessorTest.cpp 65 Image(sk_sp<GrTextureProxy> proxy, GrIOType ioType) : fProxy(proxy), fIOType(ioType) {}
67 GrIOType fIOType;
185 images.emplace_back(proxy2, GrIOType::kRead_GrIOType);
186 images.emplace_back(proxy3, GrIOType::kWrite_GrIOType);
187 images.emplace_back(proxy4, GrIOType::kRW_GrIOType);
  /external/skia/include/gpu/
GrGpuResource.h 138 template <typename, GrIOType> friend class GrPendingIOResource;
  /external/skia/include/private/
GrSurfaceProxy.h 121 template <typename, GrIOType> friend class GrPendingIOResource;
GrTypesPriv.h 522 enum GrIOType {

Completed in 5896 milliseconds