Home
last modified time | relevance | path

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

/external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
DDisplay.h68 virtual bool getLuminanceAlphaTextureSupport();
DDisplay.cpp601 bool Display::getLuminanceAlphaTextureSupport() in getLuminanceAlphaTextureSupport() function in egl::Display
/external/webkit/Source/ThirdParty/ANGLE/
DChangeLog354 (egl::Display::getLuminanceAlphaTextureSupport):
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
DContext.cpp277 mSupportsLuminanceAlphaTextures = display->getLuminanceAlphaTextureSupport(); in makeCurrent()