HomeSort by relevance Sort by last modified time
    Searched defs:SupportedExtensions (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/gles31/functional/
es31fTextureFormatTests.cpp 54 struct SupportedExtensions
79 SupportedExtensions checkSupport (const glu::ContextInfo& renderCtxInfoid)
81 SupportedExtensions supportedExtensions;
83 supportedExtensions.cubeMapArray = renderCtxInfoid.isExtensionSupported("GL_EXT_texture_cube_map_array");
84 supportedExtensions.sRGBR8 = renderCtxInfoid.isExtensionSupported("GL_EXT_texture_sRGB_R8");
86 return supportedExtensions;
159 const SupportedExtensions supportedExtensions = checkSupport(m_renderCtxInfo);
161 if ((supportedExtensions.cubeMapArray && m_format != GL_SR8_EXT) |
    [all...]
  /external/piex/src/
piex.cc 722 std::vector<std::string> SupportedExtensions() {

Completed in 752 milliseconds