Home
last modified time | relevance | path

Searched refs:WebGLCompressedTextureATC (Results 1 – 25 of 80) sorted by relevance

1234

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DWebGLCompressedTextureATC.cpp32 WebGLCompressedTextureATC::WebGLCompressedTextureATC(WebGLRenderingContextBase* context) in WebGLCompressedTextureATC() function in WebCore::WebGLCompressedTextureATC
41 WebGLCompressedTextureATC::~WebGLCompressedTextureATC() in ~WebGLCompressedTextureATC()
45 WebGLExtensionName WebGLCompressedTextureATC::name() const in name()
50 PassRefPtr<WebGLCompressedTextureATC> WebGLCompressedTextureATC::create(WebGLRenderingContextBase* … in create()
52 return adoptRef(new WebGLCompressedTextureATC(context)); in create()
55 bool WebGLCompressedTextureATC::supported(WebGLRenderingContextBase* context) in supported()
60 const char* WebGLCompressedTextureATC::extensionName() in extensionName()
DWebGLCompressedTextureATC.h37 class WebGLCompressedTextureATC FINAL : public WebGLExtension, public ScriptWrappable {
39 static PassRefPtr<WebGLCompressedTextureATC> create(WebGLRenderingContextBase*);
43 virtual ~WebGLCompressedTextureATC();
47 WebGLCompressedTextureATC(WebGLRenderingContextBase*);
DWebGLRenderingContext.h63 RefPtr<WebGLCompressedTextureATC> m_webglCompressedTextureATC;
DWebGLCompressedTextureATC.idl29 ] interface WebGLCompressedTextureATC {
DWebGLRenderingContext.cpp138 …registerExtension<WebGLCompressedTextureATC>(m_webglCompressedTextureATC, EnabledDraftExtension, w… in registerContextExtensions()
DWebGLRenderingContextBase.h73 class WebGLCompressedTextureATC; variable
358 friend class WebGLCompressedTextureATC; variable
/external/chromium_org/third_party/WebKit/Source/bindings/core/
Dcore_global_objects_idl_files_list.tmp234 ../../core/html/canvas/WebGLCompressedTextureATC.idl
Dcore_idl_files_list.tmp234 ../../core/html/canvas/WebGLCompressedTextureATC.idl
Dcore_global_constructors_idls_idl_files_list.tmp234 ../../core/html/canvas/WebGLCompressedTextureATC.idl
Dinterfaces_info_individual_core_static_idl_files_list.tmp234 ../../core/html/canvas/WebGLCompressedTextureATC.idl
Dcore_static_idl_files_list.tmp234 ../../core/html/canvas/WebGLCompressedTextureATC.idl
/external/chromium_org/third_party/WebKit/Source/bindings/modules/v8/
Dcore_idl_files_list.tmp234 ../../../core/html/canvas/WebGLCompressedTextureATC.idl
Dcore_static_idl_files_list.tmp234 ../../../core/html/canvas/WebGLCompressedTextureATC.idl
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
Dcore_idl_files_list.tmp234 ../../../core/html/canvas/WebGLCompressedTextureATC.idl
Dcore_static_idl_files_list.tmp234 ../../../core/html/canvas/WebGLCompressedTextureATC.idl
/external/chromium_org/third_party/WebKit/Source/bindings/modules/
Dmodules_core_global_constructors_idls_idl_files_list.tmp234 ../../core/html/canvas/WebGLCompressedTextureATC.idl
Dcore_idl_files_list.tmp234 ../../core/html/canvas/WebGLCompressedTextureATC.idl
Dcore_static_idl_files_list.tmp234 ../../core/html/canvas/WebGLCompressedTextureATC.idl
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
DV8WebGLRenderingContextCustom.cpp238 …extensionObject = toV8(static_cast<WebGLCompressedTextureATC*>(extension), contextObject, isolate); in toV8Object()
/external/chromium_org/third_party/WebKit/Source/core/
Dwebcore_html.target.linux-x86.mk167 third_party/WebKit/Source/core/html/canvas/WebGLCompressedTextureATC.cpp \
Dwebcore_html.target.linux-arm64.mk167 third_party/WebKit/Source/core/html/canvas/WebGLCompressedTextureATC.cpp \
Dwebcore_html.target.darwin-x86.mk167 third_party/WebKit/Source/core/html/canvas/WebGLCompressedTextureATC.cpp \
Dwebcore_html.target.darwin-arm64.mk167 third_party/WebKit/Source/core/html/canvas/WebGLCompressedTextureATC.cpp \
Dwebcore_html.target.darwin-x86_64.mk167 third_party/WebKit/Source/core/html/canvas/WebGLCompressedTextureATC.cpp \
Dwebcore_html.target.linux-mips.mk167 third_party/WebKit/Source/core/html/canvas/WebGLCompressedTextureATC.cpp \

1234