Searched refs:isProtectedTexture (Results 1 – 1 of 1) sorted by relevance
336 void textureTest(bool isProtectedContext, bool isProtectedTexture);337 void textureFromImageTest(bool isProtectedContext, bool isProtectedTexture);338 void textureFromPbufferTest(bool isProtectedContext, bool isProtectedTexture);339 void textureFromAndroidNativeBufferTest(bool isProtectedContext, bool isProtectedTexture);511 void EGLProtectedContentTest::textureTest(bool isProtectedContext, bool isProtectedTexture) in textureTest() argument515 bool isProtectedSurface = isProtectedTexture; in textureTest()540 bool result = createTexture(isProtectedTexture, &texture); in textureTest()541 if (isProtectedTexture && !isProtectedContext) in textureTest()590 void EGLProtectedContentTest::textureFromImageTest(bool isProtectedContext, bool isProtectedTexture) in textureFromImageTest() argument594 bool isProtectedSurface = isProtectedTexture; in textureFromImageTest()[all …]