Home
last modified time | relevance | path

Searched refs:getBGRATextureSupport (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
DRenderer.h156 virtual bool getBGRATextureSupport() const = 0;
DRenderer9.h110 virtual bool getBGRATextureSupport() const;
DRenderer11.h95 virtual bool getBGRATextureSupport() const;
DRenderer11.cpp2066 bool Renderer11::getBGRATextureSupport() const in getBGRATextureSupport() function in rx::Renderer11
2255 return getBGRATextureSupport() && !gl::perfActive(); in getShareHandleSupport()
DRenderer9.cpp2269 bool Renderer9::getBGRATextureSupport() const in getBGRATextureSupport() function in rx::Renderer9
/external/chromium_org/third_party/angle/src/libGLESv2/
DContext.cpp267 mSupportsBGRATextures = mRenderer->getBGRATextureSupport(); in makeCurrent()