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()
3380 target != GL_PIXEL_PACK_BUFFER && in s_glGetBufferParameteriv()3432 target != GL_PIXEL_PACK_BUFFER && in s_glGetBufferParameteri64v()4405 SET_ERROR_IF(ctx->isBufferTargetMapped(GL_PIXEL_PACK_BUFFER), GL_INVALID_OPERATION); in s_glReadPixels()4406 SET_ERROR_IF(ctx->boundBuffer(GL_PIXEL_PACK_BUFFER) && in s_glReadPixels()4407 ctx->getBufferData(GL_PIXEL_PACK_BUFFER) && in s_glReadPixels()4409 ctx->getBufferData(GL_PIXEL_PACK_BUFFER)->m_size), in s_glReadPixels()4430 if (ctx->boundBuffer(GL_PIXEL_PACK_BUFFER)) { in s_glReadPixels()
493 case GL_PIXEL_PACK_BUFFER: in bindBuffer()637 case GL_PIXEL_PACK_BUFFER: in getBuffer()
590 #define GL_PIXEL_PACK_BUFFER 0x88EB macro