Searched defs:isTexture (Results 1 – 9 of 9) sorted by relevance
48 virtual bool isTexture() const { return false; } in isTexture() function
112 virtual bool isTexture() const OVERRIDE { return true; } in isTexture() function
2993 GLboolean WebGLRenderingContextBase::isTexture(WebGLTexture* texture) in isTexture() function in blink::WebGLRenderingContextBase
74 bool FramebufferAttachment::isTexture() const in isTexture() function in gl::FramebufferAttachment
165 bool RenderbufferStorage::isTexture() const in isTexture() function in gl::RenderbufferStorage
129 bool llvm::isTexture(const llvm::Value &val) { in isTexture() function in llvm
152 GLboolean TestWebGraphicsContext3D::isTexture( in isTexture() function in cc::TestWebGraphicsContext3D
67 glIsTextureFunc isTexture; variable
171 virtual WGC3Dboolean isTexture(WebGLId texture) { return false; } in isTexture() function