Lines Matching refs:GL_NONE

745                                            0, 0, width, height, border, GL_NONE, GL_NONE, data))
752 0, 0, 0, width, height, 1, border, GL_NONE, GL_NONE, data))
804 !ValidateES2TexImageParameters(context, target, level, GL_NONE, true, true,
805 xoffset, yoffset, width, height, 0, GL_NONE, GL_NONE, data))
811 !ValidateES3TexImageParameters(context, target, level, GL_NONE, true, true,
812 xoffset, yoffset, 0, width, height, 1, 0, GL_NONE, GL_NONE, data))
915 !ValidateES2CopyTexImageParameters(context, target, level, GL_NONE, true,
922 !ValidateES3CopyTexImageParameters(context, target, level, GL_NONE, true,
1567 textarget = GL_NONE;
2242 GLenum attachmentType = GL_NONE;
2262 else if (attachmentType == GL_NONE || attachmentType == GL_RENDERBUFFER)
2276 if (attachmentObjectType == GL_NONE)
2589 gl::Query *queryObject = context->getQuery(id, false, GL_NONE);
3517 return (context->getQuery(id, false, GL_NONE) != NULL) ? GL_TRUE : GL_FALSE;
4331 !ValidateES2TexImageParameters(context, target, level, GL_NONE, false, true,
4338 !ValidateES3TexImageParameters(context, target, level, GL_NONE, false, true,
5033 if (!ValidateES3TexImageParameters(context, target, level, GL_NONE, false, true,
5084 if (!ValidateES3CopyTexImageParameters(context, target, level, GL_NONE, true, xoffset, yoffset, zoffset,
5136 0, 0, 0, width, height, depth, border, GL_NONE, GL_NONE, data))
5194 if (!ValidateES3TexImageParameters(context, target, level, GL_NONE, true, true,
5195 0, 0, 0, width, height, depth, 0, GL_NONE, GL_NONE, data))
5296 return (context->getQuery(id, false, GL_NONE) != NULL) ? GL_TRUE : GL_FALSE;
5401 gl::Query *queryObject = context->getQuery(id, false, GL_NONE);
5674 GLenum textarget = textureObject ? textureObject->getTarget() : GL_NONE;
8374 if (bufs[0] != GL_NONE && bufs[0] != GL_BACK)
8385 if (bufs[colorAttachment] != GL_NONE && bufs[colorAttachment] != attachment)
8402 framebuffer->setDrawBufferState(colorAttachment, GL_NONE);