Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/gl/
DGrGLTexture.cpp62 GrIOType ioType) in GrGLTexture()
131 GrIOType ioType) { in MakeWrapped()
DGrGLGpu.cpp659 GrIOType ioType) { in onWrapBackendTexture()
/third_party/skia/src/gpu/d3d/
DGrD3DTexture.cpp39 GrIOType ioType) in GrD3DTexture()
92 GrIOType ioType, in MakeWrappedTexture()
DGrD3DGpu.cpp942 GrIOType ioType) { in onWrapBackendTexture()
/third_party/skia/src/gpu/vk/
DGrVkTexture.cpp48 GrWrapCacheable cacheable, GrIOType ioType, bool isExternal) in GrVkTexture()
97 GrIOType ioType, const GrVkImageInfo& info, in MakeWrappedTexture()
DGrVkGpu.cpp1459 GrIOType ioType) { in onWrapBackendTexture()
/third_party/skia/src/gpu/dawn/
DGrDawnTexture.cpp75 GrWrapCacheable cacheable, GrIOType ioType, in MakeWrapped()
DGrDawnGpu.cpp263 GrIOType ioType) { in onWrapBackendTexture()
/third_party/skia/src/gpu/mock/
DGrMockTexture.h34 GrIOType ioType) in GrMockTexture()
DGrMockGpu.cpp167 GrIOType ioType) { in onWrapBackendTexture()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationUserDefinedIO.cpp94 IOType ioType; member
980 IOType ioType; in createUserDefinedIOTests() member
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
DvktTessellationUserDefinedIO.cpp94 IOType ioType; member
981 IOType ioType; in createUserDefinedIOTests() member
/third_party/skia/src/gpu/
DGrProxyProvider.cpp539 GrIOType ioType, in wrapBackendTexture()
DGrGpu.cpp323 GrIOType ioType) { in wrapBackendTexture()
DGrResourceProvider.cpp354 GrIOType ioType) { in wrapBackendTexture()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fTessellationTests.cpp5673 …onst char* name, const char* description, TessPrimitiveType primType, IOType ioType, VertexIOArray… in UserDefinedIOCase()
7724 UserDefinedIOCase::IOType ioType; in init() member
/third_party/glslang/glslang/HLSL/
DhlslParseHelper.cpp1138 for (auto ioType = userStructure->begin(); ioType != userStructure->end(); ) { in split() local