Home
last modified time | relevance | path

Searched refs:memoryConfig (Results 1 – 5 of 5) sorted by relevance

/external/skqp/src/gpu/gl/
DGrGLCaps.cpp1236 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()
DGrGLCaps.h443 bool getExternalFormat(GrPixelConfig surfaceConfig, GrPixelConfig memoryConfig,
/external/skia/src/gpu/gl/
DGrGLCaps.cpp1243 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()
DGrGLCaps.h443 bool getExternalFormat(GrPixelConfig surfaceConfig, GrPixelConfig memoryConfig,
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiExternalMemoryTests.cpp4211 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()