Searched refs:isTextureNameKnownForTesting (Results 1 – 6 of 6) sorted by relevance
87 bool isTextureNameKnownForTesting(uint32_t texName);
1755 bool GLESRenderEngine::isTextureNameKnownForTesting(uint32_t texName) { in isTextureNameKnownForTesting() function in android::renderengine::gl::GLESRenderEngine
91 bool isTextureNameKnownForTesting(uint32_t texName);
1661 bool GLESRenderEngine::isTextureNameKnownForTesting(uint32_t texName) { in isTextureNameKnownForTesting() function in android::renderengine::gl::GLESRenderEngine
86 EXPECT_FALSE(sRE->isTextureNameKnownForTesting(texName)); in ~RenderEngineTest()1463 EXPECT_TRUE(sRE->isTextureNameKnownForTesting(texName)); in TEST_F()
221 EXPECT_FALSE(mGLESRE->isTextureNameKnownForTesting(texName)); in ~RenderEngineTest()