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

  /external/deqp/framework/opengl/
gluRenderConfig.cpp 98 } stencilCfgs[] =
104 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(stencilCfgs); ndx++)
106 if (deStringBeginsWith(cfgName, stencilCfgs[ndx].name))
108 config->stencilBits = stencilCfgs[ndx].stencilSize;
110 cfgName += strlen(stencilCfgs[ndx].name);
  /external/deqp/external/openglcts/modules/runner/
glcTestRunner.cpp 162 } stencilCfgs[] = {
165 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(stencilCfgs); ndx++)
167 if (!strncmp(configName, stencilCfgs[ndx].name, strlen(stencilCfgs[ndx].name)))
169 cfgInfo.stencilBits = stencilCfgs[ndx].stencilBits;
171 configName += strlen(stencilCfgs[ndx].name);

Completed in 205 milliseconds