Home
last modified time | relevance | path

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

/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
DContext.h428 bool supportsLuminanceAlphaTextures() const;
DTexture.cpp229 else if (format == GL_LUMINANCE_ALPHA && getContext()->supportsLuminanceAlphaTextures()) in selectFormat()
DContext.cpp3019 bool Context::supportsLuminanceAlphaTextures() const in supportsLuminanceAlphaTextures() function in gl::Context
/external/webkit/Source/ThirdParty/ANGLE/
DChangeLog433 (gl::Context::supportsLuminanceAlphaTextures):