Searched refs:WebGLActiveInfo (Results 1 – 25 of 68) sorted by relevance
123
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/ |
D | WebGLActiveInfo.h | 37 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
|
D | WebGLActiveInfo.idl | 26 interface WebGLActiveInfo {
|
D | WebGLRenderingContextBase.h | 71 class WebGLActiveInfo; variable 186 PassRefPtr<WebGLActiveInfo> getActiveAttrib(WebGLProgram*, GLuint index); 187 PassRefPtr<WebGLActiveInfo> getActiveUniform(WebGLProgram*, GLuint index);
|
D | WebGLRenderingContextBase.idl | 545 WebGLActiveInfo getActiveAttrib(WebGLProgram? program, GLuint index); 546 WebGLActiveInfo getActiveUniform(WebGLProgram? program, GLuint index);
|
D | WebGLRenderingContextBase.cpp | 2004 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/ |
D | core_global_objects_idl_files_list.tmp | 232 ../../core/html/canvas/WebGLActiveInfo.idl
|
D | core_idl_files_list.tmp | 232 ../../core/html/canvas/WebGLActiveInfo.idl
|
D | core_global_constructors_idls_idl_files_list.tmp | 232 ../../core/html/canvas/WebGLActiveInfo.idl
|
D | interfaces_info_individual_core_static_idl_files_list.tmp | 232 ../../core/html/canvas/WebGLActiveInfo.idl
|
D | core_static_idl_files_list.tmp | 232 ../../core/html/canvas/WebGLActiveInfo.idl
|
D | core_global_objects.target.linux-mips.mk | 23 …/Path2D.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/html/canvas/WebGLActiveInfo.idl $(LOCAL_P…
|
D | core_global_constructors_idls.target.linux-x86.mk | 24 …/Path2D.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/html/canvas/WebGLActiveInfo.idl $(LOCAL_P…
|
D | core_global_constructors_idls.target.linux-x86_64.mk | 24 …/Path2D.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/html/canvas/WebGLActiveInfo.idl $(LOCAL_P…
|
D | core_global_constructors_idls.target.darwin-arm.mk | 24 …/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/ |
D | core_idl_files_list.tmp | 232 ../../../core/html/canvas/WebGLActiveInfo.idl
|
D | core_static_idl_files_list.tmp | 232 ../../../core/html/canvas/WebGLActiveInfo.idl
|
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/ |
D | core_idl_files_list.tmp | 232 ../../../core/html/canvas/WebGLActiveInfo.idl
|
D | core_static_idl_files_list.tmp | 232 ../../../core/html/canvas/WebGLActiveInfo.idl
|
/external/chromium_org/third_party/WebKit/Source/bindings/modules/ |
D | modules_core_global_constructors_idls_idl_files_list.tmp | 232 ../../core/html/canvas/WebGLActiveInfo.idl
|
D | core_idl_files_list.tmp | 232 ../../core/html/canvas/WebGLActiveInfo.idl
|
D | core_static_idl_files_list.tmp | 232 ../../core/html/canvas/WebGLActiveInfo.idl
|
D | modules_core_global_constructors_idls.target.linux-x86.mk | 24 …/Path2D.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/html/canvas/WebGLActiveInfo.idl $(LOCAL_P…
|
D | modules_core_global_constructors_idls.target.linux-mips.mk | 24 …/Path2D.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/html/canvas/WebGLActiveInfo.idl $(LOCAL_P…
|
D | modules_core_global_constructors_idls.target.linux-x86_64.mk | 24 …/Path2D.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/html/canvas/WebGLActiveInfo.idl $(LOCAL_P…
|
D | modules_core_global_constructors_idls.target.linux-arm.mk | 24 …/Path2D.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/html/canvas/WebGLActiveInfo.idl $(LOCAL_P…
|
123