Home | History | Annotate | Download | only in common

Lines Matching defs:ConstPixelBufferAccess

50 static inline bool coordsInBounds (const ConstPixelBufferAccess& access, int x, int y, int z)
56 inline Vector<ScalarType, 4> lookup (const ConstPixelBufferAccess& access, const Sampler& sampler, int i, int j, int k)
65 inline Vector<float, 4> lookup (const ConstPixelBufferAccess& access, const Sampler& sampler, int i, int j, int k)
101 static void lookupQuad (ColorQuad& dst, const ConstPixelBufferAccess& level, const Sampler& sampler, int x0, int x1, int y0, int y1, int z)
115 static void lookupLine (ColorLine& dst, const ConstPixelBufferAccess& level, const Sampler& sampler, int x0, int x1, int y)
520 static bool isNearestSampleResultValid (const ConstPixelBufferAccess& level,
547 static bool isNearestSampleResultValid (const ConstPixelBufferAccess& level,
582 static bool isNearestSampleResultValid (const ConstPixelBufferAccess& level,
622 bool isLinearSampleResultValid (const ConstPixelBufferAccess& level,
665 bool isLinearSampleResultValid (const ConstPixelBufferAccess& level,
725 static bool isLinearSampleResultValid (const ConstPixelBufferAccess& level,
796 static bool isNearestMipmapLinearSampleResultValid (const ConstPixelBufferAccess& level0,
797 const ConstPixelBufferAccess& level1,
832 static bool isNearestMipmapLinearSampleResultValid (const ConstPixelBufferAccess& level0,
833 const ConstPixelBufferAccess& level1,
882 static bool isNearestMipmapLinearSampleResultValid (const ConstPixelBufferAccess& level0,
883 const ConstPixelBufferAccess& level1,
945 static bool isLinearMipmapLinearSampleResultValid (const ConstPixelBufferAccess& level0,
946 const ConstPixelBufferAccess& level1,
1024 static bool isLinearMipmapLinearSampleResultValid (const ConstPixelBufferAccess& level0,
1025 const ConstPixelBufferAccess& level1,
1126 static bool isLinearMipmapLinearSampleResultValid (const ConstPixelBufferAccess& level0,
1127 const ConstPixelBufferAccess& level1,
1253 static bool isLevelSampleResultValid (const ConstPixelBufferAccess& level,
1267 static bool isLevelSampleResultValid (const ConstPixelBufferAccess& level,
1281 static bool isMipmapLinearSampleResultValid (const ConstPixelBufferAccess& level0,
1282 const ConstPixelBufferAccess& level1,
1297 static bool isMipmapLinearSampleResultValid (const ConstPixelBufferAccess& level0,
1298 const ConstPixelBufferAccess& level1,
1443 static bool isSeamlessLinearSampleResultValid (const ConstPixelBufferAccess (&faces)[CUBEFACE_LAST],
1506 static bool isSeamplessLinearMipmapLinearSampleResultValid (const ConstPixelBufferAccess (&faces0)[CUBEFACE_LAST],
1507 const ConstPixelBufferAccess (&faces1)[CUBEFACE_LAST],
1621 static bool isCubeLevelSampleResultValid (const ConstPixelBufferAccess (&level)[CUBEFACE_LAST],
1639 static bool isCubeMipmapLinearSampleResultValid (const ConstPixelBufferAccess (&faces0)[CUBEFACE_LAST],
1640 const ConstPixelBufferAccess (&faces1)[CUBEFACE_LAST],
1659 static void getCubeLevelFaces (const TextureCubeView& texture, const int levelNdx, ConstPixelBufferAccess (&out)[CUBEFACE_LAST])
1687 ConstPixelBufferAccess faces[CUBEFACE_LAST];
1715 ConstPixelBufferAccess faces0[CUBEFACE_LAST];
1716 ConstPixelBufferAccess faces1[CUBEFACE_LAST];
1736 ConstPixelBufferAccess faces[CUBEFACE_LAST];
1745 ConstPixelBufferAccess faces[CUBEFACE_LAST];
1908 static bool isLevelSampleResultValid (const ConstPixelBufferAccess& level,
1921 static bool isMipmapLinearSampleResultValid (const ConstPixelBufferAccess& level0,
1922 const ConstPixelBufferAccess& level1,
2001 static void getCubeArrayLevelFaces (const TextureCubeArrayView& texture, const int levelNdx, const int layerNdx, ConstPixelBufferAccess (&out)[CUBEFACE_LAST])
2003 const ConstPixelBufferAccess& level = texture.getLevel(levelNdx);
2039 ConstPixelBufferAccess faces[CUBEFACE_LAST];
2067 ConstPixelBufferAccess faces0[CUBEFACE_LAST];
2068 ConstPixelBufferAccess faces1[CUBEFACE_LAST];
2088 ConstPixelBufferAccess faces[CUBEFACE_LAST];
2097 ConstPixelBufferAccess faces[CUBEFACE_LAST];
2213 bool isLevel1DLookupResultValid (const ConstPixelBufferAccess& access,
2225 bool isLevel1DLookupResultValid (const ConstPixelBufferAccess& access,
2238 bool isLevel1DLookupResultValid (const ConstPixelBufferAccess& access,
2251 bool isLevel2DLookupResultValid (const ConstPixelBufferAccess& access,
2263 bool isLevel2DLookupResultValid (const ConstPixelBufferAccess& access,
2276 bool isLevel2DLookupResultValid (const ConstPixelBufferAccess& access,
2289 bool isLevel3DLookupResultValid (const ConstPixelBufferAccess& access,
2300 bool isLevel3DLookupResultValid (const ConstPixelBufferAccess& access,
2312 bool isLevel3DLookupResultValid (const ConstPixelBufferAccess& access,
2325 static bool isGatherOffsetsResultValid (const ConstPixelBufferAccess& level,
2471 ConstPixelBufferAccess faces[CUBEFACE_LAST];