Searched refs:gl_depthbuffer_attrib (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dattrib.c253 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;
H A Dmtypes.h832 struct gl_depthbuffer_attrib struct
3453 struct gl_depthbuffer_attrib Depth; /**< Depth buffer attributes */
/external/mesa3d/src/mesa/main/
H A Dattrib.c253 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;
H A Dmtypes.h832 struct gl_depthbuffer_attrib struct
3453 struct gl_depthbuffer_attrib Depth; /**< Depth buffer attributes */
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/
H A Dmeta.c105 struct gl_depthbuffer_attrib Depth;
/external/mesa3d/src/mesa/drivers/common/
H A Dmeta.c105 struct gl_depthbuffer_attrib Depth;

Completed in 291 milliseconds