Home | History | Annotate | Download | only in common

Lines Matching refs:ConstPixelBufferAccess

50 static inline bool coordsInBounds (const ConstPixelBufferAccess& access, int x, int y, int z)
61 inline Vector<ScalarType, 4> lookup (const ConstPixelBufferAccess& access, const Sampler& sampler, int i, int j, int k)
70 inline Vector<float, 4> lookup (const ConstPixelBufferAccess& access, const Sampler& sampler, int i, int j, int k)
106 static void lookupQuad (ColorQuad& dst, const ConstPixelBufferAccess& level, const Sampler& sampler, int x0, int x1, int y0, int y1, int z)
120 static void lookupLine (ColorLine& dst, const ConstPixelBufferAccess& level, const Sampler& sampler, int x0, int x1, int y)
495 static bool isNearestSampleResultValid (const ConstPixelBufferAccess& level,
522 static bool isNearestSampleResultValid (const ConstPixelBufferAccess& level,
557 static bool isNearestSampleResultValid (const ConstPixelBufferAccess& level,
597 bool isLinearSampleResultValid (const ConstPixelBufferAccess& level,
631 bool isLinearSampleResultValid (const ConstPixelBufferAccess& level,
687 static bool isLinearSampleResultValid (const ConstPixelBufferAccess& level,
754 static bool isNearestMipmapLinearSampleResultValid (const ConstPixelBufferAccess& level0,
755 const ConstPixelBufferAccess& level1,
790 static bool isNearestMipmapLinearSampleResultValid (const ConstPixelBufferAccess& level0,
791 const ConstPixelBufferAccess& level1,
840 static bool isNearestMipmapLinearSampleResultValid (const ConstPixelBufferAccess& level0,
841 const ConstPixelBufferAccess& level1,
903 static bool isLinearMipmapLinearSampleResultValid (const ConstPixelBufferAccess& level0,
904 const ConstPixelBufferAccess& level1,
978 static bool isLinearMipmapLinearSampleResultValid (const ConstPixelBufferAccess& level0,
979 const ConstPixelBufferAccess& level1,
1076 static bool isLinearMipmapLinearSampleResultValid (const ConstPixelBufferAccess& level0,
1077 const ConstPixelBufferAccess& level1,
1199 static bool isLevelSampleResultValid (const ConstPixelBufferAccess& level,
1213 static bool isLevelSampleResultValid (const ConstPixelBufferAccess& level,
1227 static bool isMipmapLinearSampleResultValid (const ConstPixelBufferAccess& level0,
1228 const ConstPixelBufferAccess& level1,
1243 static bool isMipmapLinearSampleResultValid (const ConstPixelBufferAccess& level0,
1244 const ConstPixelBufferAccess& level1,
1389 static bool isSeamlessLinearSampleResultValid (const ConstPixelBufferAccess (&faces)[CUBEFACE_LAST],
1448 static bool isSeamplessLinearMipmapLinearSampleResultValid (const ConstPixelBufferAccess (&faces0)[CUBEFACE_LAST],
1449 const ConstPixelBufferAccess (&faces1)[CUBEFACE_LAST],
1559 static bool isCubeLevelSampleResultValid (const ConstPixelBufferAccess (&level)[CUBEFACE_LAST],
1577 static bool isCubeMipmapLinearSampleResultValid (const ConstPixelBufferAccess (&faces0)[CUBEFACE_LAST],
1578 const ConstPixelBufferAccess (&faces1)[CUBEFACE_LAST],
1597 static void getCubeLevelFaces (const TextureCubeView& texture, const int levelNdx, ConstPixelBufferAccess (&out)[CUBEFACE_LAST])
1625 ConstPixelBufferAccess faces[CUBEFACE_LAST];
1653 ConstPixelBufferAccess faces0[CUBEFACE_LAST];
1654 ConstPixelBufferAccess faces1[CUBEFACE_LAST];
1674 ConstPixelBufferAccess faces[CUBEFACE_LAST];
1683 ConstPixelBufferAccess faces[CUBEFACE_LAST];
1846 static bool isLevelSampleResultValid (const ConstPixelBufferAccess& level,
1859 static bool isMipmapLinearSampleResultValid (const ConstPixelBufferAccess& level0,
1860 const ConstPixelBufferAccess& level1,
1939 static void getCubeArrayLevelFaces (const TextureCubeArrayView& texture, const int levelNdx, const int layerNdx, ConstPixelBufferAccess (&out)[CUBEFACE_LAST])
1941 const ConstPixelBufferAccess& level = texture.getLevel(levelNdx);
1977 ConstPixelBufferAccess faces[CUBEFACE_LAST];
2005 ConstPixelBufferAccess faces0[CUBEFACE_LAST];
2006 ConstPixelBufferAccess faces1[CUBEFACE_LAST];
2026 ConstPixelBufferAccess faces[CUBEFACE_LAST];
2035 ConstPixelBufferAccess faces[CUBEFACE_LAST];
2151 bool isLevel1DLookupResultValid (const ConstPixelBufferAccess& access,
2163 bool isLevel1DLookupResultValid (const ConstPixelBufferAccess& access,
2176 bool isLevel1DLookupResultValid (const ConstPixelBufferAccess& access,
2189 bool isLevel2DLookupResultValid (const ConstPixelBufferAccess& access,
2201 bool isLevel2DLookupResultValid (const ConstPixelBufferAccess& access,
2214 bool isLevel2DLookupResultValid (const ConstPixelBufferAccess& access,
2227 bool isLevel3DLookupResultValid (const ConstPixelBufferAccess& access,
2238 bool isLevel3DLookupResultValid (const ConstPixelBufferAccess& access,
2250 bool isLevel3DLookupResultValid (const ConstPixelBufferAccess& access,
2263 static bool isGatherOffsetsResultValid (const ConstPixelBufferAccess& level,
2409 ConstPixelBufferAccess faces[CUBEFACE_LAST];