Searched defs:is3D (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLCanvasElement.cpp237 if (is3D()) {
355 if (is3D())
359 bool HTMLCanvasElement::is3D() const function in class:blink::HTMLCanvasElement
480 if (is3D()) {
546 if (is3D()) {
596 if (is3D())
710 if (is3D()) {
/external/deqp/modules/glshared/
H A DglsTextureTestUtil.cpp1098 bool is3D = de::inRange<int>(program, PROGRAM_3D_FLOAT, PROGRAM_3D_UINT_BIAS); local
1135 else if (isCube || (is2D && isArray) || is3D)

Completed in 140 milliseconds