Searched refs:TextureFormat (Results 1 – 4 of 4) sorted by relevance
67 enum class TextureFormat { RGBA, YUV }; enum69 EglTextureProgram(TextureFormat textureFormat = TextureFormat::YUV);
262 EglTextureProgram::EglTextureProgram(const TextureFormat textureFormat) { in EglTextureProgram()270 const char* fragmentShaderSrc = textureFormat == TextureFormat::YUV in EglTextureProgram()
74 EglTextureProgram eglTextureProgram(EglTextureProgram::TextureFormat::YUV); in TEST_F()86 EglTextureProgram eglTextureProgram(EglTextureProgram::TextureFormat::RGBA); in TEST_F()
457 std::make_unique<EglTextureProgram>(EglTextureProgram::TextureFormat::YUV); in threadLoop()459 EglTextureProgram::TextureFormat::RGBA); in threadLoop()