HomeSort by relevance Sort by last modified time
    Searched defs:pGS (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/drivers/swr/
swr_shader.cpp 545 SWR_GS_STATE *pGS = &ctx->gs->gsState;
548 memset(pGS, 0, sizeof(*pGS));
550 pGS->gsEnable = true;
552 pGS->numInputAttribs = info->num_inputs;
553 pGS->outputTopology =
555 pGS->maxNumVerts = info->properties[TGSI_PROPERTY_GS_MAX_OUTPUT_VERTICES];
556 pGS->instanceCount = info->properties[TGSI_PROPERTY_GS_INVOCATIONS];
559 pGS->isSingleStream = true;
560 pGS->singleStreamID = 0
    [all...]
  /external/pdfium/core/fpdfapi/page/
cpdf_streamcontentparser.cpp 879 CPDF_Dictionary* pGS = ToDictionary(FindResourceObj("ExtGState", name));
880 if (!pGS) {
884 m_pCurStates->ProcessExtGS(pGS, this);
    [all...]

Completed in 747 milliseconds