Home
last modified time | relevance | path

Searched refs:boundTexture (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
DDrawingBuffer.cpp536 GLint boundTexture = 0; in paintCompositedResultsToCanvas() local
537 context->getIntegerv(GL_TEXTURE_BINDING_2D, &boundTexture); in paintCompositedResultsToCanvas()
543 context->bindTexture(GL_TEXTURE_2D, boundTexture); in paintCompositedResultsToCanvas()