HomeSort by relevance Sort by last modified time
    Searched refs:isTexture (Results 1 - 15 of 15) sorted by null

  /external/webkit/Source/WebCore/html/canvas/
WebGLObject.h 63 virtual bool isTexture() const { return false; }
WebGLTexture.h 106 virtual bool isTexture() const { return true; }
WebGLFramebuffer.cpp 177 if (m_colorAttachment->isTexture())
189 if (m_colorAttachment->isTexture())
210 if (m_colorAttachment->isTexture())
WebGLRenderingContext.h 176 GC3Dboolean isTexture(WebGLTexture*);
WebGLRenderingContext.idl     [all...]
WebGLRenderingContext.cpp     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXUtilities.h 36 bool isTexture(const llvm::Value &);
NVPTXUtilities.cpp 120 bool llvm::isTexture(const llvm::Value &val) {
NVPTXAsmPrinter.cpp     [all...]
  /external/webkit/Source/WebKit/chromium/public/
WebGraphicsContext3D.h 263 virtual WGC3Dboolean isTexture(WebGLId texture) = 0;
  /external/webkit/Source/WebKit/chromium/src/
GraphicsContext3DInternal.h 171 GC3Dboolean isTexture(Platform3DObject);
GraphicsContext3DChromium.cpp 589 DELEGATE_TO_IMPL_1R(isTexture, Platform3DObject, GC3Dboolean)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsContext3D.h 700 GC3Dboolean isTexture(Platform3DObject);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/opengl/
GraphicsContext3DOpenGL.cpp 817 GC3Dboolean GraphicsContext3D::isTexture(Platform3DObject texture)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsContext3DQt.cpp     [all...]

Completed in 537 milliseconds