Searched refs:GL_PIXEL_PACK_BUFFER (Results 1 – 5 of 5) sorted by relevance
40 case GL_PIXEL_PACK_BUFFER: // Pixel read target in bufferTarget()
3379 target != GL_PIXEL_PACK_BUFFER && in s_glGetBufferParameteriv()3431 target != GL_PIXEL_PACK_BUFFER && in s_glGetBufferParameteri64v()4416 SET_ERROR_IF(ctx->isBufferTargetMapped(GL_PIXEL_PACK_BUFFER), GL_INVALID_OPERATION); in s_glReadPixels()4417 SET_ERROR_IF(ctx->boundBuffer(GL_PIXEL_PACK_BUFFER) && in s_glReadPixels()4418 ctx->getBufferData(GL_PIXEL_PACK_BUFFER) && in s_glReadPixels()4420 ctx->getBufferData(GL_PIXEL_PACK_BUFFER)->m_size), in s_glReadPixels()4441 if (ctx->boundBuffer(GL_PIXEL_PACK_BUFFER)) { in s_glReadPixels()
420 case GL_PIXEL_PACK_BUFFER: in bindBuffer()563 case GL_PIXEL_PACK_BUFFER: in getBuffer()
590 #define GL_PIXEL_PACK_BUFFER 0x88EB macro