Searched refs:mDiffFormatColorBuffer (Results 1 – 1 of 1) sorted by relevance
46 mDiffFormatColorBuffer = 0; in BlitFramebufferANGLETest()142 glGenTextures(1, &mDiffFormatColorBuffer); in testSetUp()143 glBindTexture(GL_TEXTURE_2D, mDiffFormatColorBuffer); in testSetUp()147 mDiffFormatColorBuffer, 0); in testSetUp()269 glDeleteTextures(1, &mDiffFormatColorBuffer); in testTearDown()432 GLuint mDiffFormatColorBuffer; member in __anon295ee6120111::BlitFramebufferANGLETest