Searched refs:memoryConfig (Results 1 – 5 of 5) sorted by relevance
/external/skqp/src/gpu/gl/ |
D | GrGLCaps.cpp | 1236 bool GrGLCaps::getExternalFormat(GrPixelConfig surfaceConfig, GrPixelConfig memoryConfig, in getExternalFormat() argument 1240 if (GrPixelConfigIsCompressed(memoryConfig)) { in getExternalFormat() 1245 bool memoryIsAlphaOnly = GrPixelConfigIsAlphaOnly(memoryConfig); in getExternalFormat() 1254 *externalFormat = fConfigTable[memoryConfig].fFormats.fExternalFormat[usage]; in getExternalFormat() 1255 *externalType = fConfigTable[memoryConfig].fFormats.fExternalType; in getExternalFormat()
|
D | GrGLCaps.h | 443 bool getExternalFormat(GrPixelConfig surfaceConfig, GrPixelConfig memoryConfig,
|
/external/skia/src/gpu/gl/ |
D | GrGLCaps.cpp | 1243 bool GrGLCaps::getExternalFormat(GrPixelConfig surfaceConfig, GrPixelConfig memoryConfig, in getExternalFormat() argument 1247 if (GrPixelConfigIsCompressed(memoryConfig)) { in getExternalFormat() 1252 bool memoryIsAlphaOnly = GrPixelConfigIsAlphaOnly(memoryConfig); in getExternalFormat() 1261 *externalFormat = fConfigTable[memoryConfig].fFormats.fExternalFormat[usage]; in getExternalFormat() 1262 *externalType = fConfigTable[memoryConfig].fFormats.fExternalType; in getExternalFormat()
|
D | GrGLCaps.h | 443 bool getExternalFormat(GrPixelConfig surfaceConfig, GrPixelConfig memoryConfig,
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiExternalMemoryTests.cpp | 4211 const MemoryTestConfig memoryConfig (externalType, hostVisible, dedicated); in createMemoryTests() local 4216 …eate_win32", "Test creating memory with win32 properties .", testMemoryWin32Create, memoryConfig); in createMemoryTests() 4219 … "import_twice", "Test importing memory object twice.", testMemoryImportTwice, memoryConfig); in createMemoryTests() 4220 …_times", "Test importing memory object multiple times.", testMemoryMultimpleImports, memoryConfig); in createMemoryTests() 4224 …p.get(), "dup", "Test calling dup() on exported memory.", testMemoryFdDup, memoryConfig); in createMemoryTests() 4225 …et(), "dup2", "Test calling dup2() on exported memory.", testMemoryFdDup2, memoryConfig); in createMemoryTests() 4226 …et(), "dup3", "Test calling dup3() on exported memory.", testMemoryFdDup3, memoryConfig); in createMemoryTests() 4227 …er_socket", "Test sending memory fd over socket.", testMemoryFdSendOverSocket, memoryConfig); in createMemoryTests() 4229 …iple_times", "Test exporting memory multiple times.", testMemoryMultimpleExports, memoryConfig); in createMemoryTests()
|