Home
last modified time | relevance | path

Searched defs:layerIndex (Results 1 – 12 of 12) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DImageIndex.cpp57 TextureTarget TextureTypeToTarget(TextureType type, GLint layerIndex) in TextureTypeToTarget()
176 ImageIndex ImageIndex::Make2DArray(GLint levelIndex, GLint layerIndex) in Make2DArray()
181 ImageIndex ImageIndex::Make2DArrayRange(GLint levelIndex, GLint layerIndex, GLint numLayers) in Make2DArrayRange()
186 ImageIndex ImageIndex::Make3D(GLint levelIndex, GLint layerIndex) in Make3D()
199 GLint layerIndex, in MakeFromType()
212 ImageIndex ImageIndex::Make2DMultisampleArray(GLint layerIndex) in Make2DMultisampleArray()
217 ImageIndex ImageIndex::Make2DMultisampleArrayRange(GLint layerIndex, GLint numLayers) in Make2DMultisampleArrayRange()
239 ImageIndex::ImageIndex(TextureType type, GLint levelIndex, GLint layerIndex, GLint layerCount) in ImageIndex()
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/LayerManagerControl/src/
Dprint.cpp104 for (t_ilm_uint layerIndex = 0; layerIndex < screenProperties.layerCount; ++layerIndex) in printScreenProperties() local
189 for (int layerIndex = 0; layerIndex < layerCount; ++layerIndex) in printLayerProperties() local
248 for (int layerIndex = 0; layerIndex < layerCount; ++layerIndex) in printSurfaceProperties() local
309 for (int layerIndex = 0; layerIndex < layerCount; ++layerIndex) in printScene() local
/third_party/flutter/skia/third_party/externals/angle2/src/tests/test_utils/
DMultiviewTest.cpp93 for (int layerIndex = 0; layerIndex < numLayers; ++layerIndex) in CreateMultiviewBackingTextures() local
120 for (int layerIndex = 0; layerIndex < numLayers; ++layerIndex) in CreateMultiviewBackingTextures() local
145 for (int layerIndex = 0; layerIndex < numLayers; ++layerIndex) in CreateMultiviewBackingTextures() local
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DRenderTargetVk.cpp42 uint32_t layerIndex) in init()
DTextureVk.cpp691 for (uint32_t layerIndex = 0; layerIndex < layerCount; ++layerIndex) in copySubImageImplWithDraw() local
719 for (uint32_t layerIndex = 0; layerIndex < layerCount; ++layerIndex) in copySubImageImplWithDraw() local
1220 for (uint32_t layerIndex = 0; layerIndex < layerCount; ++layerIndex) in init3DRenderTargets() local
Dvk_helpers.h908 uint32_t layerIndex; member
Dvk_helpers.cpp2034 uint32_t layerIndex = index.hasLayer() ? index.getLayerIndex() : 0; in removeStagedUpdates() local
2674 bool ImageHelper::SubresourceUpdate::isUpdateToLayerLevel(uint32_t layerIndex, in isUpdateToLayerLevel()
DFramebufferVk.cpp842 uint32_t layerIndex = readRenderTarget->getLayerIndex(); in blit() local
/third_party/flutter/skia/tools/gpu/vk/
DVkTestUtils.cpp195 for (uint32_t layerIndex = 0; layerIndex < layerCount; ++layerIndex) { in init_instance_extensions_and_layers() local
280 for (uint32_t layerIndex = 0; layerIndex < layerCount; ++layerIndex) { in init_device_extensions_and_layers() local
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DStateManager11.cpp60 GLint layerIndex = index.getLayerIndex(); in ImageIndexConflictsWithSRV() local
118 GLint layerIndex = index.getLayerIndex(); in ImageIndexConflictsWithUAV() local
131 GLint layerIndex = index.getLayerIndex(); in ImageIndexConflictsWithUAV() local
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DTextureD3D.cpp3079 gl::ImageIndex layerIndex = gl::ImageIndex::Make2DArray(index.getLevelIndex(), i); in setImage() local
3112 gl::ImageIndex layerIndex = gl::ImageIndex::Make2DArray(index.getLevelIndex(), layer); in setSubImage() local
3146 gl::ImageIndex layerIndex = gl::ImageIndex::Make2DArray(index.getLevelIndex(), i); in setCompressedImage() local
3178 gl::ImageIndex layerIndex = gl::ImageIndex::Make2DArray(index.getLevelIndex(), layer); in setCompressedSubImage() local
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DRobustResourceInitTest.cpp1845 for (GLsizei layerIndex = 0; layerIndex < kLayers; ++layerIndex) in TEST_P() local