Lines Matching defs:bytes
477 const unsigned bytes = state[2] * 16;
478 memcpy(value, ctx->FragmentProgram.Parameters[idx], bytes);
498 const unsigned bytes = state[2] * 16;
505 memset(value, 0, bytes);
508 memcpy(value, params[idx], bytes);
518 const unsigned bytes = state[2] * 16;
519 memcpy(value, ctx->VertexProgram.Parameters[idx], bytes);
539 const unsigned bytes = state[2] * 16;
546 memset(value, 0, bytes);
549 memcpy(value, params[idx], bytes);