HomeSort by relevance Sort by last modified time
    Searched refs:getSwizzle (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/skia/include/gpu/
GrTextureAccess.h 169 const char* getSwizzle() const { return fSwizzle; }
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLProgramEffects.h 83 memcpy(fSwizzle, access.getSwizzle(), 5);
  /external/skia/include/gpu/
GrTextureAccess.h 169 const char* getSwizzle() const { return fSwizzle; }
  /external/skia/src/gpu/gl/
GrGLProgramEffects.h 83 memcpy(fSwizzle, access.getSwizzle(), 5);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_from_tgsi.cpp 87 int getSwizzle(int chan) const
107 return info->immd.data[reg.Index * 4 + getSwizzle(c)];
992 int k = src.getSwizzle(c);
1138 const int swz = src.getSwizzle(c);
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_from_tgsi.cpp 87 int getSwizzle(int chan) const
107 return info->immd.data[reg.Index * 4 + getSwizzle(c)];
992 int k = src.getSwizzle(c);
1138 const int swz = src.getSwizzle(c);
    [all...]

Completed in 349 milliseconds