Searched refs:getTexParameter (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/bindings/js/
H A DJSWebGLRenderingContextCustom.cpp156 info = context->getTexParameter(target, pname, ec);
348 JSValue JSWebGLRenderingContext::getTexParameter(ExecState* exec) function in class:WebCore::JSWebGLRenderingContext
/external/webkit/Source/WebCore/bindings/v8/custom/
H A DV8WebGLRenderingContextCustom.cpp212 info = context->getTexParameter(target, pname, ec);
407 INC_STATS("DOM.WebGLRenderingContext.getTexParameter()");
/external/webkit/Source/WebCore/html/canvas/
H A DWebGLRenderingContext.h162 WebGLGetInfo getTexParameter(GC3Denum target, GC3Denum pname, ExceptionCode&);
H A DWebGLRenderingContext.idl559 // any getTexParameter(in unsigned long target, in unsigned long pname) raises(DOMException);
560 [StrictTypeChecking, Custom] void getTexParameter();
H A DWebGLRenderingContext.cpp2389 WebGLGetInfo WebGLRenderingContext::getTexParameter(GC3Denum target, GC3Denum pname, ExceptionCode& ec) function in class:WebCore::__anon14578::WebGLRenderingContext

Completed in 48 milliseconds