Searched refs:implType (Results 1 – 1 of 1) sorted by relevance
3064 blink::WGC3Dint implFormat = 0, implType = 0; in readPixels() local3066 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()