Searched refs:mDiffFormatColorBuffer (Results 1 – 1 of 1) sorted by relevance
44 mDiffFormatColorBuffer = 0; in BlitFramebufferANGLETest()140 glGenTextures(1, &mDiffFormatColorBuffer); in testSetUp()141 glBindTexture(GL_TEXTURE_2D, mDiffFormatColorBuffer); in testSetUp()145 mDiffFormatColorBuffer, 0); in testSetUp()267 glDeleteTextures(1, &mDiffFormatColorBuffer); in testTearDown()369 GLuint mDiffFormatColorBuffer; member in BlitFramebufferANGLETest