OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_isDepthStencilSupported
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContext.h
361
bool isDepthStencilSupported() { return
m_isDepthStencilSupported
; }
506
bool
m_isDepthStencilSupported
;
[
all
...]
WebGLRenderingContext.cpp
701
m_isDepthStencilSupported
= m_context->extensions()->isEnabled("GL_OES_packed_depth_stencil");
[
all
...]
Completed in 96 milliseconds