Searched defs:isTexture (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLSharedObject.h48 virtual bool isTexture() const { return false; } function in class:WebCore::WebGLSharedObject
H A DWebGLRenderingContextBase.cpp2181 ASSERT(object->isTexture() || object->isRenderbuffer());
2182 if (object->isTexture()) {
2945 GLboolean WebGLRenderingContextBase::isTexture(WebGLTexture* texture) function in class:WebCore::__anon10393::WebGLRenderingContextBase
2953 return webContext()->isTexture(texture->object());
/external/chromium_org/third_party/angle/src/libGLESv2/
H A DRenderbuffer.cpp90 bool RenderbufferStorage::isTexture() const function in class:gl::RenderbufferStorage
H A DFramebufferAttachment.cpp108 bool Texture2DAttachment::isTexture() const function in class:gl::Texture2DAttachment
188 bool TextureCubeMapAttachment::isTexture() const function in class:gl::TextureCubeMapAttachment
268 bool Texture3DAttachment::isTexture() const function in class:gl::Texture3DAttachment
346 bool Texture2DArrayAttachment::isTexture() const function in class:gl::Texture2DArrayAttachment
473 bool FramebufferAttachment::isTexture() const function in class:gl::FramebufferAttachment
475 return mInstance->isTexture();
/external/llvm/lib/Target/NVPTX/
H A DNVPTXUtilities.cpp129 bool llvm::isTexture(const llvm::Value &val) { function in class:llvm
/external/chromium_org/cc/test/
H A Dtest_web_graphics_context_3d.cc152 GLboolean TestWebGraphicsContext3D::isTexture( function in class:cc::TestWebGraphicsContext3D
/external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
H A DMockWebGraphicsContext3D.h172 virtual WGC3Dboolean isTexture(WebGLId texture) { return false; } function in class:blink::MockWebGraphicsContext3D

Completed in 173 milliseconds