Home
last modified time | relevance | path

Searched refs:WebGLActiveInfo (Results 1 – 25 of 68) sorted by relevance

123

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DWebGLActiveInfo.h37 class WebGLActiveInfo : public RefCounted<WebGLActiveInfo>, public ScriptWrappable {
39 static PassRefPtr<WebGLActiveInfo> create(const String& name, GLenum type, GLint size) in create()
41 return adoptRef(new WebGLActiveInfo(name, type, size)); in create()
48 WebGLActiveInfo(const String& name, GLenum type, GLint size) in WebGLActiveInfo() function
DWebGLActiveInfo.idl26 interface WebGLActiveInfo {
DWebGLRenderingContextBase.h71 class WebGLActiveInfo; variable
186 PassRefPtr<WebGLActiveInfo> getActiveAttrib(WebGLProgram*, GLuint index);
187 PassRefPtr<WebGLActiveInfo> getActiveUniform(WebGLProgram*, GLuint index);
DWebGLRenderingContextBase.idl545 WebGLActiveInfo getActiveAttrib(WebGLProgram? program, GLuint index);
546 WebGLActiveInfo getActiveUniform(WebGLProgram? program, GLuint index);
DWebGLRenderingContextBase.cpp2004 PassRefPtr<WebGLActiveInfo> WebGLRenderingContextBase::getActiveAttrib(WebGLProgram* program, GLuin… in getActiveAttrib()
2011 return WebGLActiveInfo::create(info.name, info.type, info.size); in getActiveAttrib()
2014 PassRefPtr<WebGLActiveInfo> WebGLRenderingContextBase::getActiveUniform(WebGLProgram* program, GLui… in getActiveUniform()
2021 return WebGLActiveInfo::create(info.name, info.type, info.size); in getActiveUniform()
/external/chromium_org/third_party/WebKit/Source/bindings/core/
Dcore_global_objects_idl_files_list.tmp232 ../../core/html/canvas/WebGLActiveInfo.idl
Dcore_idl_files_list.tmp232 ../../core/html/canvas/WebGLActiveInfo.idl
Dcore_global_constructors_idls_idl_files_list.tmp232 ../../core/html/canvas/WebGLActiveInfo.idl
Dinterfaces_info_individual_core_static_idl_files_list.tmp232 ../../core/html/canvas/WebGLActiveInfo.idl
Dcore_static_idl_files_list.tmp232 ../../core/html/canvas/WebGLActiveInfo.idl
Dcore_global_objects.target.linux-mips.mk23 …/Path2D.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/html/canvas/WebGLActiveInfo.idl $(LOCAL_P…
Dcore_global_constructors_idls.target.linux-x86.mk24 …/Path2D.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/html/canvas/WebGLActiveInfo.idl $(LOCAL_P…
Dcore_global_constructors_idls.target.linux-x86_64.mk24 …/Path2D.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/html/canvas/WebGLActiveInfo.idl $(LOCAL_P…
Dcore_global_constructors_idls.target.darwin-arm.mk24 …/Path2D.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/html/canvas/WebGLActiveInfo.idl $(LOCAL_P…
/external/chromium_org/third_party/WebKit/Source/bindings/modules/v8/
Dcore_idl_files_list.tmp232 ../../../core/html/canvas/WebGLActiveInfo.idl
Dcore_static_idl_files_list.tmp232 ../../../core/html/canvas/WebGLActiveInfo.idl
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
Dcore_idl_files_list.tmp232 ../../../core/html/canvas/WebGLActiveInfo.idl
Dcore_static_idl_files_list.tmp232 ../../../core/html/canvas/WebGLActiveInfo.idl
/external/chromium_org/third_party/WebKit/Source/bindings/modules/
Dmodules_core_global_constructors_idls_idl_files_list.tmp232 ../../core/html/canvas/WebGLActiveInfo.idl
Dcore_idl_files_list.tmp232 ../../core/html/canvas/WebGLActiveInfo.idl
Dcore_static_idl_files_list.tmp232 ../../core/html/canvas/WebGLActiveInfo.idl
Dmodules_core_global_constructors_idls.target.linux-x86.mk24 …/Path2D.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/html/canvas/WebGLActiveInfo.idl $(LOCAL_P…
Dmodules_core_global_constructors_idls.target.linux-mips.mk24 …/Path2D.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/html/canvas/WebGLActiveInfo.idl $(LOCAL_P…
Dmodules_core_global_constructors_idls.target.linux-x86_64.mk24 …/Path2D.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/html/canvas/WebGLActiveInfo.idl $(LOCAL_P…
Dmodules_core_global_constructors_idls.target.linux-arm.mk24 …/Path2D.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/html/canvas/WebGLActiveInfo.idl $(LOCAL_P…

123