Home
last modified time | relevance | path

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

/frameworks/av/services/camera/virtualcamera/tests/
DEglUtilTest.cc58 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()
/frameworks/av/services/camera/virtualcamera/util/
DEglUtil.h28 bool isGlExtensionSupported(const char* extension);
DEglUtil.cc43 bool isGlExtensionSupported(const char* extension) { in isGlExtensionSupported() function
DEglProgram.cc263 if (!isGlExtensionSupported(kGlExtYuvTarget)) { in EglTextureProgram()
/frameworks/av/services/camera/virtualcamera/
DVirtualCameraService.cc202 if (!isGlExtensionSupported(eglExtension)) { in verifyRequiredEglExtensions()