Lines Matching full:gl_depthbuffer_attrib
253 struct gl_depthbuffer_attrib *attr;254 attr = MALLOC_STRUCT( gl_depthbuffer_attrib );255 memcpy( attr, &ctx->Depth, sizeof(struct gl_depthbuffer_attrib) );1003 const struct gl_depthbuffer_attrib *depth;1004 depth = (const struct gl_depthbuffer_attrib *) attr->data;