Home
last modified time | relevance | path

Searched refs:NoTexture (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/common/
DPackedEGLEnums_autogen.cpp267 return TextureFormat::NoTexture; in FromEGLenum()
281 case TextureFormat::NoTexture: in ToEGLenum()
297 case TextureFormat::NoTexture: in operator <<()
DPackedEGLEnums_autogen.h94 NoTexture = 0, enumerator
/external/angle/src/libANGLE/
DSurface.cpp81 mTextureFormat(TextureFormat::NoTexture), in Surface()
133 mTextureFormat = attributes.getAsPackedEnum(EGL_TEXTURE_FORMAT, TextureFormat::NoTexture); in Surface()
DvalidationEGL.cpp4538 if (surface->getTextureFormat() == TextureFormat::NoTexture) in ValidateBindTexImage()
4580 if (surface->getTextureFormat() == TextureFormat::NoTexture) in ValidateReleaseTexImage()