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

  /external/chromium_org/third_party/skia/include/gpu/
GrTextureAccess.h 23 class GrTextureParams {
25 GrTextureParams() {
35 GrTextureParams(SkShader::TileMode tileXAndY, FilterMode filterMode) {
39 GrTextureParams(SkShader::TileMode tileModes[2], FilterMode filterMode) {
43 GrTextureParams(const GrTextureParams& params) {
47 GrTextureParams& operator= (const GrTextureParams& params) {
95 bool operator== (const GrTextureParams& other) const {
101 bool operator!= (const GrTextureParams& other) const { return !(*this == other);
    [all...]
  /external/skia/include/gpu/
GrTextureAccess.h 23 class GrTextureParams {
25 GrTextureParams() {
35 GrTextureParams(SkShader::TileMode tileXAndY, FilterMode filterMode) {
39 GrTextureParams(SkShader::TileMode tileModes[2], FilterMode filterMode) {
43 GrTextureParams(const GrTextureParams& params) {
47 GrTextureParams& operator= (const GrTextureParams& params) {
95 bool operator== (const GrTextureParams& other) const {
101 bool operator!= (const GrTextureParams& other) const { return !(*this == other);
    [all...]

Completed in 93 milliseconds