Searched defs:ioType (Results 1 – 9 of 9) sorted by relevance
/external/skia/src/gpu/ |
D | GrGpuResourceRef.cpp | 16 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()
|
D | GrGpuResourceRef.h | 46 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()
|
D | GrShaderVar.cpp | 69 void GrShaderVar::setIOType(GrIOType ioType) { in setIOType()
|
D | GrProcessor.cpp | 259 GrIOType ioType, in ImageStorageAccess()
|
D | GrProcessor.h | 336 GrIOType ioType() const { return fProxyRef.ioType(); } in ioType() function
|
/external/skia/src/gpu/gl/ |
D | GrGLUniformHandler.cpp | 101 GrSLRestrict restrict, GrIOType ioType, const char* name) { in addImageStorage()
|
D | GrGLGpu.cpp | 3087 void GrGLGpu::bindImageStorage(int unitIdx, GrIOType ioType, GrGLTexture *texture) { in bindImageStorage()
|
/external/deqp/external/vulkancts/modules/vulkan/tessellation/ |
D | vktTessellationUserDefinedIO.cpp | 89 IOType ioType; member 988 IOType ioType; in createUserDefinedIOTests() member
|
/external/deqp/modules/gles31/functional/ |
D | es31fTessellationTests.cpp | 5520 …onst char* name, const char* description, TessPrimitiveType primType, IOType ioType, VertexIOArray… in UserDefinedIOCase() 7545 UserDefinedIOCase::IOType ioType; in init() member
|