Home
last modified time | relevance | path

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

/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
DContext.h427 bool supportsLuminanceTextures() const;
DTexture.cpp225 if (format == GL_LUMINANCE && getContext()->supportsLuminanceTextures()) in selectFormat()
DContext.cpp3014 bool Context::supportsLuminanceTextures() const in supportsLuminanceTextures() function in gl::Context
/external/webkit/Source/ThirdParty/ANGLE/
DChangeLog432 (gl::Context::supportsLuminanceTextures):