/external/skia/include/private/ |
D | GrProxyRef.h | 27 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/ |
D | GrProxyRef.h | 27 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/ |
D | GrShaderVar.cpp | 24 void GrShaderVar::setIOType(GrIOType ioType) { in setIOType()
|
D | GrResourceProvider.cpp | 220 GrIOType ioType) { in wrapBackendTexture()
|
D | GrGpu.cpp | 151 GrIOType ioType) { in wrapBackendTexture()
|
D | GrProxyProvider.cpp | 469 GrIOType ioType, in wrapBackendTexture()
|
/external/skia/src/gpu/gl/ |
D | GrGLTexture.cpp | 57 const IDDesc& idDesc, GrWrapCacheable cacheable, GrIOType ioType) in GrGLTexture() 117 GrWrapCacheable cacheable, GrIOType ioType) { in MakeWrapped()
|
D | GrGLGpu.cpp | 677 GrIOType ioType) { in onWrapBackendTexture()
|
/external/skqp/src/gpu/gl/ |
D | GrGLTexture.cpp | 57 const IDDesc& idDesc, GrWrapCacheable cacheable, GrIOType ioType) in GrGLTexture() 119 GrWrapCacheable cacheable, GrIOType ioType) { in MakeWrapped()
|
D | GrGLGpu.cpp | 641 GrIOType ioType) { in onWrapBackendTexture()
|
/external/skqp/src/gpu/ |
D | GrShaderVar.cpp | 24 void GrShaderVar::setIOType(GrIOType ioType) { in setIOType()
|
D | GrResourceProvider.cpp | 239 GrIOType ioType) { in wrapBackendTexture()
|
D | GrGpu.cpp | 152 GrIOType ioType) { in wrapBackendTexture()
|
D | GrProxyProvider.cpp | 455 GrIOType ioType, in wrapBackendTexture()
|
/external/skqp/src/gpu/vk/ |
D | GrVkTexture.cpp | 42 GrWrapCacheable cacheable, GrIOType ioType) in GrVkTexture() 95 GrWrapCacheable cacheable, GrIOType ioType, in MakeWrappedTexture()
|
D | GrVkGpu.cpp | 1046 GrIOType ioType) { in onWrapBackendTexture()
|
/external/skia/src/gpu/vk/ |
D | GrVkTexture.cpp | 42 GrWrapCacheable cacheable, GrIOType ioType) in GrVkTexture() 95 GrWrapCacheable cacheable, GrIOType ioType, in MakeWrappedTexture()
|
D | GrVkGpu.cpp | 1057 GrIOType ioType) { in onWrapBackendTexture()
|
/external/skia/src/gpu/mock/ |
D | GrMockTexture.h | 26 const GrMockTextureInfo& info, GrWrapCacheable cacheable, GrIOType ioType) in GrMockTexture()
|
D | GrMockGpu.cpp | 111 GrWrapCacheable wrapType, GrIOType ioType) { in onWrapBackendTexture()
|
/external/skqp/src/gpu/mock/ |
D | GrMockTexture.h | 26 const GrMockTextureInfo& info, GrWrapCacheable cacheable, GrIOType ioType) in GrMockTexture()
|
D | GrMockGpu.cpp | 111 GrWrapCacheable wrapType, GrIOType ioType) { in onWrapBackendTexture()
|
/external/deqp/external/vulkancts/modules/vulkan/tessellation/ |
D | vktTessellationUserDefinedIO.cpp | 92 IOType ioType; member 969 IOType ioType; in createUserDefinedIOTests() member
|
/external/deqp/modules/gles31/functional/ |
D | es31fTessellationTests.cpp | 5570 …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/ |
D | hlslParseHelper.cpp | 1142 for (auto ioType = userStructure->begin(); ioType != userStructure->end(); ) { in split() local
|