Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/wgpu/
H A DSurfaceWgpu.cpp49 outDepthStencilAttachment->texture.createTextureView(gl::LevelIndex(level), layer, view)); in createDepthStencilAttachment()
171 ANGLE_TRY(mColorAttachment.texture.createTextureView(gl::LevelIndex(level), layer, view)); in initializeImpl()
412 ANGLE_TRY(mColorAttachment.texture.createTextureView(gl::LevelIndex(0), 0, view)); in updateCurrentTexture()
H A Dwgpu_helpers.cpp128 ANGLE_TRY(createTextureView(levelGL, 0, textureView)); in flushSingleLevelUpdates()
366 angle::Result ImageHelper::createTextureView(gl::LevelIndex targetLevel, in createTextureView() function in rx::webgpu::ImageHelper
H A Dwgpu_helpers.h145 angle::Result createTextureView(gl::LevelIndex targetLevel,
H A DTextureWgpu.cpp665 ANGLE_TRY(mImage->createTextureView(levelIndex, layerIndex, textureView)); in initSingleLayerRenderTargets()
/aosp_15_r20/packages/modules/ImsMedia/test/app/ImsMediaTestingApp/app/src/main/java/com/example/imsmediatestingapp/
DMainActivity.java1002 private void createTextureView() { in createTextureView() method in MainActivity
2644 createTextureView(); in updateVideoUi()