Searched refs:supportsFloat32Textures (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/angle/src/libGLESv2/
H A DvalidationES2.cpp442 if (!context->supportsFloat32Textures())
768 if (!context->supportsFloat32Textures())
H A DContext.h432 bool supportsFloat32Textures() const;
H A DContext.cpp3221 bool Context::supportsFloat32Textures() const function in class:Context
3734 if (supportsFloat32Textures())
H A Dformatutils.cpp824 map.insert(InternalFormatInfoPair(GL_RGB32F_EXT, InternalFormatInfo::RGBAFormat(32, 32, 32, 0, 0, GL_RGB, GL_FLOAT, GL_FLOAT, false, CheckSupport<&Context::supportsFloat32RenderableTextures, &rx::Renderer::getFloat32TextureRenderingSupport>, CheckSupport<&Context::supportsFloat32LinearFilter, &rx::Renderer::getFloat32TextureFilteringSupport>, CheckSupport<&Context::supportsFloat32Textures>)));
826 map.insert(InternalFormatInfoPair(GL_RGBA32F_EXT, InternalFormatInfo::RGBAFormat(32, 32, 32, 32, 0, GL_RGBA, GL_FLOAT, GL_FLOAT, false, CheckSupport<&Context::supportsFloat32RenderableTextures, &rx::Renderer::getFloat32TextureRenderingSupport>, CheckSupport<&Context::supportsFloat32LinearFilter, &rx::Renderer::getFloat32TextureFilteringSupport>, CheckSupport<&Context::supportsFloat32Textures>)));

Completed in 88 milliseconds