Searched refs:drawFormat (Results 1 - 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/main/
H A Dblit.c130 GLenum readFormat, drawFormat; local
152 drawFormat = _mesa_get_nongeneric_internalformat(drawRb->InternalFormat);
154 drawFormat = _mesa_get_linear_internalformat(drawFormat);
156 if (readFormat == drawFormat) {
/external/mesa3d/src/mesa/swrast/
H A Ds_blit.c575 mesa_format drawFormat; local
585 drawFormat = _mesa_get_srgb_format_linear(drawRb->Format);
703 _mesa_pack_ubyte_rgba_row(drawFormat, dstWidth, dstBuffer, dst);
706 _mesa_pack_float_rgba_row(drawFormat, dstWidth, dstBuffer, dst);
/external/swiftshader/src/OpenGL/libGLESv2/
H A DContext.cpp4117 GLint drawFormat = drawRenderbuffer->getFormat(); local
4119 GLenum drawComponentType = GetComponentType(drawFormat, GL_COLOR_ATTACHMENT0);
4151 if((clientVersion < 3) && (readRenderbuffer->getSamples() > 0) && (readFormat != drawFormat))

Completed in 206 milliseconds