Home
last modified time | relevance | path

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

/external/skia/include/gpu/
DGrGpuResourceRef.h48 GrIOType ioType() const { return fIOType; } in ioType() function
101 GrTGpuResourceRef(T* resource, GrIOType ioType) : INHERITED(resource, ioType) { } in GrTGpuResourceRef()
107 void set(T* resource, GrIOType ioType) { this->setResource(resource, ioType); } in set()
118 GrTGpuResourceRef(GrTexture* texture, GrIOType ioType) : INHERITED(texture, ioType) { } in GrTGpuResourceRef()
129 void set(GrTexture* texture, GrIOType ioType) { this->setResource(texture, ioType); } in set()
139 GrTGpuResourceRef(GrRenderTarget* rt, GrIOType ioType) : INHERITED(rt, ioType) { } in GrTGpuResourceRef()
150 void set(GrRenderTarget* rt, GrIOType ioType) { this->setResource(rt, ioType); } in set()
DGrProcessor.h325 GrIOType ioType() const { return fTexture.ioType(); } in ioType() function
/external/skia/src/gpu/
DGrGpuResourceRef.cpp16 GrGpuResourceRef::GrGpuResourceRef(GrGpuResource* resource, GrIOType ioType) { in GrGpuResourceRef()
54 void GrGpuResourceRef::setResource(GrGpuResource* resource, GrIOType ioType) { in setResource()
DGrShaderVar.cpp69 void GrShaderVar::setIOType(GrIOType ioType) { in setIOType()
DGrProcessor.cpp286 GrProcessor::ImageStorageAccess::ImageStorageAccess(sk_sp<GrTexture> texture, GrIOType ioType, in ImageStorageAccess()
/external/skia/src/gpu/gl/
DGrGLUniformHandler.cpp81 GrSLRestrict restrict, GrIOType ioType, const char* name) { in addImageStorage()
DGrGLGpu.cpp3148 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