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

  /external/webkit/Source/WebCore/html/canvas/
WebGLContextAttributes.cpp 80 bool WebGLContextAttributes::stencil() const function in class:WebCore::WebGLContextAttributes
82 return m_attrs.stencil;
85 void WebGLContextAttributes::setStencil(bool stencil)
87 m_attrs.stencil = stencil;
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8HTMLCanvasElementCustom.cpp 70 v8::Handle<v8::String> stencil = v8::String::New("stencil"); local
71 if (jsAttrs->Has(stencil))
72 webGLAttrs->setStencil(jsAttrs->Get(stencil)->BooleanValue());
  /external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
SDL_atarigl_c.h 78 GLint depth,stencil,accum; member in struct:SDL_PrivateGLData
93 #define gl_curstencil (this->gl_data->stencil)
  /external/webkit/Source/WebKit/chromium/public/
WebGraphicsContext3D.h 84 , stencil(true)
93 bool stencil; member in struct:WebKit::WebGraphicsContext3D::Attributes
  /external/skia/src/gpu/
GrDrawState.h 928 GrStencilSettings* stencil() { return &fCommon.fStencilSettings; } function
    [all...]
  /frameworks/base/libs/hwui/
Layer.h 61 * buffer (stencil for instance.)
162 this->stencil = renderBuffer;
164 GL_RENDERBUFFER, stencil->getName());
166 ALOGE("The specified render buffer is not a stencil buffer");
171 return stencil;
231 if (stencil) {
232 stencil->bind();
330 * The render buffer used as the stencil buffer.
332 RenderBuffer* stencil; member in struct:android::uirenderer::Layer
Caches.h 43 #include "Stencil.h"
291 Stencil stencil; member in class:android::uirenderer::Caches
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglX11Api.cpp 87 int bSize,red,green,blue,alpha,depth,stencil; local
122 IS_SUCCESS(glXGetFBConfigAttrib(dpy,*frmt,GLX_STENCIL_SIZE,&stencil));
160 pMaxPixels,renderable,renderableType,visualId,visualType,samples,stencil,
EglWindowsApi.cpp 262 0, // no stencil buffer
338 EGLint red,green,blue,alpha,depth,stencil; local
400 stencil = frmt->cStencilBits;
402 visualId,visualType,samples,stencil,supportedSurfaces,transparentType,tRed,tGreen,tBlue,*frmt);
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLState.java 196 IGLProperty stencil = new GLCompositeProperty(GLStateType.STENCIL, local
226 scissorTest, scissorBox, stencil,
  /system/core/include/private/pixelflinger/
ggl_context.h 291 uint32_t stencil; member in struct:android::mask_state_t
300 GGLint stencil; member in struct:android::clear_state_t
432 surface_t stencil; member in struct:android::framebuffer_t
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Context.cpp 354 void Context::setClearStencil(int stencil)
356 mState.stencilClearValue = stencil;
2403 int stencil = mState.stencilClearValue & 0x000000FF; local
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsContext3D.h 425 , stencil(false)
435 bool stencil; member in struct:WebCore::GraphicsContext3D::Attributes
    [all...]

Completed in 311 milliseconds