HomeSort by relevance Sort by last modified time
    Searched refs:stencilBits (Results 26 - 50 of 104) sorted by null

12 3 4 5

  /external/mesa3d/src/gallium/state_trackers/egl/x11/
glcore.h 88 GLint stencilBits;
glxinit.c 301 config->stencilBits = *bp++;
353 config->stencilBits = *bp++;
464 config->haveStencilBuffer = (config->stencilBits > 0);
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
context.c 193 * \param stencilBits requested minimum bits per stencil buffer value
217 GLint stencilBits,
228 depthBits, stencilBits,
259 GLint stencilBits,
271 if (stencilBits < 0 || stencilBits > 8) {
291 vis->stencilBits = stencilBits;
300 vis->haveStencilBuffer = stencilBits > 0;
    [all...]
stencil.c 139 const GLint stencilMax = (1 << ctx->DrawBuffer->Visual.stencilBits) - 1;
197 const GLint stencilMax = (1 << ctx->DrawBuffer->Visual.stencilBits) - 1;
481 const GLint stencilMax = (1 << ctx->DrawBuffer->Visual.stencilBits) - 1;
556 ctx->DrawBuffer->Visual.stencilBits > 0);
  /external/deqp/modules/egl/
teglRenderTests.cpp 336 tcu::TextureFormat getStencilFormat (int stencilBits)
338 switch (stencilBits)
346 void renderReference (const tcu::PixelBufferAccess& dst, const vector<DrawPrimitiveOp>& drawOps, const tcu::PixelFormat& colorBits, const int depthBits, const int stencilBits, const int numSamples)
379 if (stencilBits > 0)
381 stencilBuffer.setStorage(getStencilFormat(stencilBits), numSamples, width, height);
703 const int stencilBits = display.getConfigAttrib(config, EGL_STENCIL_SIZE);
721 log << TestLog::Message << "EGL_STENCIL_SIZE = " << stencilBits << TestLog::EndMessage;
785 renderReference(refFrame.getAccess(), drawOps, pixelFmt, depthBits, stencilBits, 1);
888 const int stencilBits = display.getConfigAttrib(config, EGL_STENCIL_SIZE);
911 log << TestLog::Message << "EGL_STENCIL_SIZE = " << stencilBits << TestLog::EndMessage
    [all...]
  /external/mesa3d/src/mesa/main/
context.c 193 * \param stencilBits requested minimum bits per stencil buffer value
217 GLint stencilBits,
228 depthBits, stencilBits,
259 GLint stencilBits,
271 if (stencilBits < 0 || stencilBits > 8) {
291 vis->stencilBits = stencilBits;
300 vis->haveStencilBuffer = stencilBits > 0;
    [all...]
stencil.c 139 const GLint stencilMax = (1 << ctx->DrawBuffer->Visual.stencilBits) - 1;
197 const GLint stencilMax = (1 << ctx->DrawBuffer->Visual.stencilBits) - 1;
481 const GLint stencilMax = (1 << ctx->DrawBuffer->Visual.stencilBits) - 1;
556 ctx->DrawBuffer->Visual.stencilBits > 0);
  /external/deqp/modules/gles3/functional/
es3fIntegerStateQueryTests.cpp 73 virtual void verifyStencilMaskInitial (tcu::TestContext& testCtx, GLenum name, int stencilBits) = DE_NULL;
109 void verifyStencilMaskInitial (tcu::TestContext& testCtx, GLenum name, int stencilBits);
329 void GetBooleanVerifier::verifyStencilMaskInitial (tcu::TestContext& testCtx, GLenum name, int stencilBits)
331 // if stencilBits == 0, the mask is allowed to be either GL_TRUE or GL_FALSE
341 if (stencilBits > 0 && state != GL_TRUE)
363 void verifyStencilMaskInitial (tcu::TestContext& testCtx, GLenum name, int stencilBits);
516 void GetIntegerVerifier::verifyStencilMaskInitial (tcu::TestContext& testCtx, GLenum name, int stencilBits)
526 const GLint reference = (1 << stencilBits) - 1;
528 if ((state & reference) != reference) // the least significant stencilBits bits should be on
550 void verifyStencilMaskInitial (tcu::TestContext& testCtx, GLenum name, int stencilBits);
    [all...]
es3fDepthStencilTests.cpp 210 int stencilBits;
219 , stencilBits (stencilBits_)
227 , stencilBits (0)
232 void getStencilTestValues (int stencilBits, int numValues, int* values)
236 int maxVal = (1<<stencilBits)-1;
269 getStencilTestValues(target.stencilBits, numL0CellsX*numL0CellsY, &stencilValues[0]);
342 getStencilTestValues(target.stencilBits, numValues, &stencilValues[0]);
384 bool hasStencil = renderTarget.stencilBits > 0;
399 dst.state.numStencilBits = renderTarget.stencilBits;
481 void renderReference (const vector<ClearCommand>& clears, const tcu::PixelBufferAccess& dstColor, const tcu::PixelBufferAccess& dstStencil, int stencilBits)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/common/
utils.c 358 modes->stencilBits = stencil_bits[k];
386 modes->haveStencilBuffer = (modes->stencilBits > 0);
449 __ATTRIB(__DRI_ATTRIB_STENCIL_SIZE, stencilBits),
  /external/deqp/framework/platform/null/
tcuNullRenderContext.cpp 595 const int stencilBits = getValueOrDefault(renderCfg, &RenderConfig::stencilBits, 8);
598 return tcu::RenderTarget(width, height, tcu::PixelFormat(redBits, greenBits, blueBits, alphaBits), depthBits, stencilBits, numSamples);
  /external/deqp/modules/gles2/functional/
es2fDepthStencilTests.cpp 210 int stencilBits;
219 , stencilBits (stencilBits_)
227 , stencilBits (0)
232 void getStencilTestValues (int stencilBits, int numValues, int* values)
236 int maxVal = (1<<stencilBits)-1;
269 getStencilTestValues(target.stencilBits, numL0CellsX*numL0CellsY, &stencilValues[0]);
342 getStencilTestValues(target.stencilBits, numValues, &stencilValues[0]);
384 bool hasStencil = renderTarget.stencilBits > 0;
399 dst.state.numStencilBits = renderTarget.stencilBits;
481 void renderReference (const vector<ClearCommand>& clears, const tcu::PixelBufferAccess& dstColor, const tcu::PixelBufferAccess& dstStencil, int stencilBits)
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/common/
utils.c 358 modes->stencilBits = stencil_bits[k];
386 modes->haveStencilBuffer = (modes->stencilBits > 0);
449 __ATTRIB(__DRI_ATTRIB_STENCIL_SIZE, stencilBits),
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nouveau_screen.c 186 if (visual->depthBits == 24 && visual->stencilBits == 8) {
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_atom_depth.c 111 if (ctx->Stencil.Enabled && ctx->DrawBuffer->Visual.stencilBits > 0) {
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_stencil.c 499 const GLuint stencilMax = (1 << fb->Visual.stencilBits) - 1;
553 const GLubyte stencilBits = ctx->DrawBuffer->Visual.stencilBits;
555 const GLuint stencilMax = (1 << stencilBits) - 1;
  /external/deqp/framework/platform/win32/
tcuWGLContextFactory.cpp 119 info.depthBits, info.stencilBits,
tcuWin32GLES3Platform.cpp 116 info.depthBits, info.stencilBits,
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_screen.c 186 if (visual->depthBits == 24 && visual->stencilBits == 8) {
  /external/mesa3d/src/mesa/state_tracker/
st_atom_depth.c 111 if (ctx->Stencil.Enabled && ctx->DrawBuffer->Visual.stencilBits > 0) {
  /external/mesa3d/src/mesa/swrast/
s_stencil.c 499 const GLuint stencilMax = (1 << fb->Visual.stencilBits) - 1;
553 const GLubyte stencilBits = ctx->DrawBuffer->Visual.stencilBits;
555 const GLuint stencilMax = (1 << stencilBits) - 1;
  /external/chromium_org/third_party/skia/src/gpu/
GrClipMaskManager.cpp     [all...]
  /external/skia/src/gpu/
GrClipMaskManager.cpp     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/x11/
glxinit.c 301 config->stencilBits = *bp++;
353 config->stencilBits = *bp++;
464 config->haveStencilBuffer = (config->stencilBits > 0);
  /external/chromium_org/third_party/mesa/src/src/glx/
glxconfig.c 90 *value_return = mode->stencilBits;

Completed in 1263 milliseconds

12 3 4 5