Home
last modified time | relevance | path

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

/external/skia/include/private/
DGrProxyRef.h27 GrProxyRef(sk_sp<T> proxy, GrIOType ioType) { this->setProxy(std::move(proxy), ioType); } in GrProxyRef()
33 void setProxy(sk_sp<T> proxy, GrIOType ioType) { in setProxy()
54 GrIOType ioType() const { return fIOType; } in ioType() function
/external/skqp/include/private/
DGrProxyRef.h27 GrProxyRef(sk_sp<T> proxy, GrIOType ioType) { this->setProxy(std::move(proxy), ioType); } in GrProxyRef()
33 void setProxy(sk_sp<T> proxy, GrIOType ioType) { in setProxy()
54 GrIOType ioType() const { return fIOType; } in ioType() function
/external/skia/src/gpu/
DGrShaderVar.cpp24 void GrShaderVar::setIOType(GrIOType ioType) { in setIOType()
DGrResourceProvider.cpp220 GrIOType ioType) { in wrapBackendTexture()
DGrGpu.cpp151 GrIOType ioType) { in wrapBackendTexture()
DGrProxyProvider.cpp469 GrIOType ioType, in wrapBackendTexture()
/external/skia/src/gpu/gl/
DGrGLTexture.cpp57 const IDDesc& idDesc, GrWrapCacheable cacheable, GrIOType ioType) in GrGLTexture()
117 GrWrapCacheable cacheable, GrIOType ioType) { in MakeWrapped()
DGrGLGpu.cpp677 GrIOType ioType) { in onWrapBackendTexture()
/external/skqp/src/gpu/gl/
DGrGLTexture.cpp57 const IDDesc& idDesc, GrWrapCacheable cacheable, GrIOType ioType) in GrGLTexture()
119 GrWrapCacheable cacheable, GrIOType ioType) { in MakeWrapped()
DGrGLGpu.cpp641 GrIOType ioType) { in onWrapBackendTexture()
/external/skqp/src/gpu/
DGrShaderVar.cpp24 void GrShaderVar::setIOType(GrIOType ioType) { in setIOType()
DGrResourceProvider.cpp239 GrIOType ioType) { in wrapBackendTexture()
DGrGpu.cpp152 GrIOType ioType) { in wrapBackendTexture()
DGrProxyProvider.cpp455 GrIOType ioType, in wrapBackendTexture()
/external/skqp/src/gpu/vk/
DGrVkTexture.cpp42 GrWrapCacheable cacheable, GrIOType ioType) in GrVkTexture()
95 GrWrapCacheable cacheable, GrIOType ioType, in MakeWrappedTexture()
DGrVkGpu.cpp1046 GrIOType ioType) { in onWrapBackendTexture()
/external/skia/src/gpu/vk/
DGrVkTexture.cpp42 GrWrapCacheable cacheable, GrIOType ioType) in GrVkTexture()
95 GrWrapCacheable cacheable, GrIOType ioType, in MakeWrappedTexture()
DGrVkGpu.cpp1057 GrIOType ioType) { in onWrapBackendTexture()
/external/skia/src/gpu/mock/
DGrMockTexture.h26 const GrMockTextureInfo& info, GrWrapCacheable cacheable, GrIOType ioType) in GrMockTexture()
DGrMockGpu.cpp111 GrWrapCacheable wrapType, GrIOType ioType) { in onWrapBackendTexture()
/external/skqp/src/gpu/mock/
DGrMockTexture.h26 const GrMockTextureInfo& info, GrWrapCacheable cacheable, GrIOType ioType) in GrMockTexture()
DGrMockGpu.cpp111 GrWrapCacheable wrapType, GrIOType ioType) { in onWrapBackendTexture()
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationUserDefinedIO.cpp92 IOType ioType; member
969 IOType ioType; in createUserDefinedIOTests() member
/external/deqp/modules/gles31/functional/
Des31fTessellationTests.cpp5570 …onst char* name, const char* description, TessPrimitiveType primType, IOType ioType, VertexIOArray… in UserDefinedIOCase()
7598 UserDefinedIOCase::IOType ioType; in init() member
/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.cpp1142 for (auto ioType = userStructure->begin(); ioType != userStructure->end(); ) { in split() local