Home
last modified time | relevance | path

Searched defs:isCompressed (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/angle/src/libGLESv2/
DvalidationES2.cpp115 …ontext *context, GLenum target, GLint level, GLenum internalformat, bool isCompressed, bool isSubI… in ValidateES2TexImageParameters()
DTexture.cpp352 bool Texture2D::isCompressed(GLint level) const in isCompressed() function in gl::Texture2D
542 bool TextureCubeMap::isCompressed(GLenum target, GLint level) const in isCompressed() function in gl::TextureCubeMap
727 bool Texture3D::isCompressed(GLint level) const in isCompressed() function in gl::Texture3D
885 bool Texture2DArray::isCompressed(GLint level) const in isCompressed() function in gl::Texture2DArray
DvalidationES3.cpp279 …ontext *context, GLenum target, GLint level, GLenum internalformat, bool isCompressed, bool isSubI… in ValidateES3TexImageParameters()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
DECPoint.java268 public boolean isCompressed() in isCompressed() method in ECPoint