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

  /external/webkit/WebCore/bindings/v8/custom/
V8HTMLCanvasElementCustom.cpp 65 v8::Handle<v8::String> stencil = v8::String::New("stencil"); local
66 if (jsAttrs->Has(stencil))
67 webGLAttrs->setStencil(jsAttrs->Get(stencil)->BooleanValue());
  /external/webkit/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/qemu/distrib/sdl-1.2.12/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)
  /system/core/include/private/pixelflinger/
ggl_context.h 271 uint32_t stencil; member in struct:android::mask_state_t
280 GGLint stencil; member in struct:android::clear_state_t
412 surface_t stencil; member in struct:android::framebuffer_t
  /external/webkit/WebCore/platform/graphics/
GraphicsContext3D.h 390 , stencil(true)
398 bool stencil; member in struct:WebCore::GraphicsContext3D::Attributes

Completed in 1656 milliseconds