Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DWebGLCompatibilityTest.cpp297 void validateTexImageExtensionFormat(GLenum format, const std::string &extName);
4969 void WebGLCompatibilityTest::validateTexImageExtensionFormat(GLenum format, in validateTexImageExtensionFormat() function in angle::WebGLCompatibilityTest
5007 validateTexImageExtensionFormat(GL_RED_EXT, "GL_EXT_texture_rg"); in TEST_P()
5010 validateTexImageExtensionFormat(GL_SRGB_EXT, "GL_EXT_texture_sRGB"); in TEST_P()
5011 validateTexImageExtensionFormat(GL_BGRA_EXT, "GL_EXT_texture_format_BGRA8888"); in TEST_P()