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 50 virtual bool isTexture() const { return false; }
WebGLTexture.h 111 virtual bool isTexture() const { return true; }
WebGLRenderingContext.cpp     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXUtilities.cpp 119 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/
fake_web_graphics_context_3d.cc 229 WGC3Dboolean FakeWebGraphicsContext3D::isTexture(
test_web_graphics_context_3d.cc 177 WGC3Dboolean TestWebGraphicsContext3D::isTexture(
  /external/chromium_org/third_party/WebKit/Source/web/tests/
MockWebGraphicsContext3D.h 173 virtual WGC3Dboolean isTexture(WebGLId texture) { return false; }

Completed in 207 milliseconds