Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DWebGLRenderingContextBase.cpp3064 blink::WGC3Dint implFormat = 0, implType = 0; in readPixels() local
3066 webContext()->getIntegerv(GL_IMPLEMENTATION_COLOR_READ_TYPE, &implType); in readPixels()
3067 …if (!implFormat || !implType || format != static_cast<GLenum>(implFormat) || type != static_cast<G… in readPixels()