HomeSort by relevance Sort by last modified time
    Searched defs:isTexture (Results 1 - 9 of 9) 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/chromium_org/cc/debug/
fake_web_graphics_context_3d.cc 243 WGC3Dboolean FakeWebGraphicsContext3D::isTexture(
  /external/chromium_org/ui/compositor/
test_web_graphics_context_3d.cc 180 WebKit::WGC3Dboolean TestWebGraphicsContext3D::isTexture(
  /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/
test_web_graphics_context_3d.cc 233 WGC3Dboolean TestWebGraphicsContext3D::isTexture(
  /external/chromium_org/third_party/WebKit/Source/core/tests/
FakeWebGraphicsContext3D.h 179 virtual WGC3Dboolean isTexture(WebGLId texture) { return false; }

Completed in 49 milliseconds