Searched refs:texSubImageFormat (Results 1 – 2 of 2) sorted by relevance
/external/angle/src/libANGLE/renderer/gl/ |
D | TextureGL.cpp | 334 nativegl::TexSubImageFormat texSubImageFormat = in setSubImage() local 341 GetLevelInfo(features, originalInternalFormatInfo, texSubImageFormat.format) in setSubImage() 389 area.height, texSubImageFormat.format, in setSubImage() 390 texSubImageFormat.type, pixels)); in setSubImage() 398 texSubImageFormat.format, texSubImageFormat.type, pixels)); in setSubImage() 449 nativegl::TexSubImageFormat texSubImageFormat = in setSubImageRowByRowWorkaround() local 466 image + area.z, area.width, height, 1, texSubImageFormat.format, in setSubImageRowByRowWorkaround() 467 texSubImageFormat.type, rowPixels)); in setSubImageRowByRowWorkaround() 481 row + area.y, area.width, height, texSubImageFormat.format, in setSubImageRowByRowWorkaround() 482 texSubImageFormat.type, rowPixels)); in setSubImageRowByRowWorkaround()
|
D | BlitGL.cpp | 843 nativegl::TexSubImageFormat texSubImageFormat = in copySubTextureCPUReadback() local 850 texSubImageFormat.format, texSubImageFormat.type, destMemory)); in copySubTextureCPUReadback()
|