Home
last modified time | relevance | path

Searched defs:isTexture (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DWebGLSharedObject.h48 virtual bool isTexture() const { return false; } in isTexture() function
DWebGLTexture.h112 virtual bool isTexture() const OVERRIDE { return true; } in isTexture() function
DWebGLRenderingContextBase.cpp2993 GLboolean WebGLRenderingContextBase::isTexture(WebGLTexture* texture) in isTexture() function in blink::WebGLRenderingContextBase
/external/chromium_org/third_party/angle/src/libGLESv2/
DFramebufferAttachment.cpp74 bool FramebufferAttachment::isTexture() const in isTexture() function in gl::FramebufferAttachment
DRenderbuffer.cpp165 bool RenderbufferStorage::isTexture() const in isTexture() function in gl::RenderbufferStorage
/external/llvm/lib/Target/NVPTX/
DNVPTXUtilities.cpp129 bool llvm::isTexture(const llvm::Value &val) { in isTexture() function in llvm
/external/chromium_org/cc/test/
Dtest_web_graphics_context_3d.cc152 GLboolean TestWebGraphicsContext3D::isTexture( in isTexture() function in cc::TestWebGraphicsContext3D
/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl67 glIsTextureFunc isTexture; variable
/external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
DMockWebGraphicsContext3D.h171 virtual WGC3Dboolean isTexture(WebGLId texture) { return false; } in isTexture() function