Home
last modified time | relevance | path

Searched defs:ioType (Results 1 – 9 of 9) sorted by relevance

/external/skia/src/gpu/
DGrGpuResourceRef.cpp16 GrGpuResourceRef::GrGpuResourceRef(GrGpuResource* resource, GrIOType ioType) { in GrGpuResourceRef()
54 void GrGpuResourceRef::setResource(GrGpuResource* resource, GrIOType ioType) { in setResource()
138 GrSurfaceProxyRef::GrSurfaceProxyRef(sk_sp<GrSurfaceProxy> proxy, GrIOType ioType) { in GrSurfaceProxyRef()
175 void GrSurfaceProxyRef::setProxy(sk_sp<GrSurfaceProxy> proxy, GrIOType ioType) { in setProxy()
DGrGpuResourceRef.h46 GrIOType ioType() const { return fIOType; } in ioType() function
103 GrIOType ioType() const { return fIOType; } in ioType() function
158 GrTGpuResourceRef(T* resource, GrIOType ioType) : INHERITED(resource, ioType) { } in GrTGpuResourceRef()
164 void set(T* resource, GrIOType ioType) { this->setResource(resource, ioType); } in set()
DGrShaderVar.cpp69 void GrShaderVar::setIOType(GrIOType ioType) { in setIOType()
DGrProcessor.cpp259 GrIOType ioType, in ImageStorageAccess()
DGrProcessor.h336 GrIOType ioType() const { return fProxyRef.ioType(); } in ioType() function
/external/skia/src/gpu/gl/
DGrGLUniformHandler.cpp101 GrSLRestrict restrict, GrIOType ioType, const char* name) { in addImageStorage()
DGrGLGpu.cpp3087 void GrGLGpu::bindImageStorage(int unitIdx, GrIOType ioType, GrGLTexture *texture) { in bindImageStorage()
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationUserDefinedIO.cpp89 IOType ioType; member
988 IOType ioType; in createUserDefinedIOTests() member
/external/deqp/modules/gles31/functional/
Des31fTessellationTests.cpp5520 …onst char* name, const char* description, TessPrimitiveType primType, IOType ioType, VertexIOArray… in UserDefinedIOCase()
7545 UserDefinedIOCase::IOType ioType; in init() member