Home
last modified time | relevance | path

Searched refs:PrimitiveBoundingBox (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/main/
Dbbox.c41 ctx->PrimitiveBoundingBox[0] = minX; in _mesa_PrimitiveBoundingBox()
42 ctx->PrimitiveBoundingBox[1] = minY; in _mesa_PrimitiveBoundingBox()
43 ctx->PrimitiveBoundingBox[2] = minZ; in _mesa_PrimitiveBoundingBox()
44 ctx->PrimitiveBoundingBox[3] = minW; in _mesa_PrimitiveBoundingBox()
45 ctx->PrimitiveBoundingBox[4] = maxX; in _mesa_PrimitiveBoundingBox()
46 ctx->PrimitiveBoundingBox[5] = maxY; in _mesa_PrimitiveBoundingBox()
47 ctx->PrimitiveBoundingBox[6] = maxZ; in _mesa_PrimitiveBoundingBox()
48 ctx->PrimitiveBoundingBox[7] = maxW; in _mesa_PrimitiveBoundingBox()
54 ctx->PrimitiveBoundingBox[0] = in _mesa_init_bbox()
55 ctx->PrimitiveBoundingBox[1] = in _mesa_init_bbox()
[all …]
Dmtypes.h5047 GLfloat PrimitiveBoundingBox[8]; member
/external/mesa3d/prebuilt-intermediates/main/
Dget_hash.h394 …{ GL_PRIMITIVE_BOUNDING_BOX_ARB, CONTEXT_FLOAT8(PrimitiveBoundingBox), extra_OES_primitive_boundin…