Home
last modified time | relevance | path

Searched refs:widthAt0 (Results 1 – 9 of 9) sorted by relevance

/external/angle/src/libANGLE/renderer/metal/
DImageMtl.mm78 mFormat, mNativeTexture->widthAt0(), mNativeTexture->heightAt0(),
DIOSurfaceSurfaceMtl.mm160 mColorFormat, mColorTexture->widthAt0(), mColorTexture->heightAt0(),
Dmtl_resources.h248 uint32_t widthAt0() const { return width(kZeroNativeMipLevel); } in widthAt0() function
Dmtl_resources.mm835 widthAt0() == other->widthAt0() && heightAt0() == other->heightAt0() &&
DSurfaceMtl.mm222 return static_cast<EGLint>(mColorTexture->widthAt0());
DTextureMtl.mm1290 mNativeTexture->widthAt0() < 5;
1328 uint32_t prevLevelWidth = mNativeTexture->widthAt0();
Dmtl_render_utils.mm869 params.dstTextureSize = gl::Extents(static_cast<int>(srcTexture->widthAt0()),
2539 MTLSizeMake(firstMipView->widthAt0(), firstMipView->heightAt0(), threadsPerZ),
Dmtl_utils.mm558 clearParams.clearArea = gl::Rectangle(0, 0, texture->widthAt0(), texture->heightAt0());
DContextMtl.mm2922 ANGLE_TRY(mtl::Texture::Make2DTexture(this, format, srcTexture->widthAt0(),