OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isExtensionEnabled
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
Extensions3DUtil.h
27
bool
isExtensionEnabled
(const String& name);
Extensions3DUtil.cpp
79
bool Extensions3DUtil::
isExtensionEnabled
(const String& name)
/external/chromium_org/third_party/angle/src/compiler/translator/
ParseContext.h
117
bool
isExtensionEnabled
(const char* extension) const;
ParseContext.cpp
986
bool TParseContext::
isExtensionEnabled
(const char* extension) const
[
all
...]
/external/chromium_org/chrome/browser/resources/hangout_services/
thunk.js
106
} else if (method == '
isExtensionEnabled
') {
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContextBase.cpp
702
m_isGLES2NPOTStrict = !extensionsUtil()->
isExtensionEnabled
("GL_OES_texture_npot");
703
m_isDepthStencilSupported = extensionsUtil()->
isExtensionEnabled
("GL_OES_packed_depth_stencil");
[
all
...]
Completed in 85 milliseconds