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

  /external/chromium_org/third_party/skia/include/gpu/
GrTexture.h 178 class GrDeviceCoordTexture {
180 GrDeviceCoordTexture() { fOffset.set(0, 0); }
182 GrDeviceCoordTexture(const GrDeviceCoordTexture& other) {
186 GrDeviceCoordTexture(GrTexture* texture, const SkIPoint& offset)
191 GrDeviceCoordTexture& operator=(const GrDeviceCoordTexture& other) {
  /external/skia/include/gpu/
GrTexture.h 178 class GrDeviceCoordTexture {
180 GrDeviceCoordTexture() { fOffset.set(0, 0); }
182 GrDeviceCoordTexture(const GrDeviceCoordTexture& other) {
186 GrDeviceCoordTexture(GrTexture* texture, const SkIPoint& offset)
191 GrDeviceCoordTexture& operator=(const GrDeviceCoordTexture& other) {

Completed in 533 milliseconds