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

  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLSharedObject.h 48 virtual bool isTexture() const { return false; }
WebGLRenderingContextBase.cpp     [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/
Renderbuffer.cpp 90 bool RenderbufferStorage::isTexture() const
FramebufferAttachment.cpp 108 bool Texture2DAttachment::isTexture() const
188 bool TextureCubeMapAttachment::isTexture() const
268 bool Texture3DAttachment::isTexture() const
346 bool Texture2DArrayAttachment::isTexture() const
473 bool FramebufferAttachment::isTexture() const
475 return mInstance->isTexture();
  /external/llvm/lib/Target/NVPTX/
NVPTXUtilities.cpp 129 bool llvm::isTexture(const llvm::Value &val) {
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
GLToolbox.java 38 public static boolean isTexture(int texId) {
  /external/chromium_org/cc/test/
test_web_graphics_context_3d.cc 152 GLboolean TestWebGraphicsContext3D::isTexture(
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
MockWebGraphicsContext3D.h 172 virtual WGC3Dboolean isTexture(WebGLId texture) { return false; }

Completed in 380 milliseconds