Searched refs:isGlExtensionSupported (Results 1 – 5 of 5) sorted by relevance
58 if (!isGlExtensionSupported(kGlExtYuvTarget)) { in TEST_F()70 if (!isGlExtensionSupported(kGlExtYuvTarget)) { in TEST_F()81 if (!isGlExtensionSupported(kGlExtYuvTarget)) { in TEST_F()93 if (!isGlExtensionSupported(kGlExtYuvTarget)) { in TEST_F()
28 bool isGlExtensionSupported(const char* extension);
43 bool isGlExtensionSupported(const char* extension) { in isGlExtensionSupported() function
263 if (!isGlExtensionSupported(kGlExtYuvTarget)) { in EglTextureProgram()
202 if (!isGlExtensionSupported(eglExtension)) { in verifyRequiredEglExtensions()