Searched defs:getPixel (Results 1 - 20 of 20) sorted by relevance

/external/deqp/framework/common/
H A DtcuSurface.hpp57 RGBA getPixel (int x, int y) const;
87 inline RGBA Surface::getPixel (int x, int y) const function in class:tcu::Surface
H A DtcuTexture.cpp977 Vec4 ConstPixelBufferAccess::getPixel (int x, int y, int z) const function in class:tcu::ConstPixelBufferAccess
1165 return getPixel(x, y, z);
1682 return sRGBToLinear(access.getPixel(i, j, k));
1686 return access.getPixel(i, j, k);
2792 sampleRes[i] = execCompare(faceAccesses[coords.face].getPixel(coords.s, coords.t), sampler.compare, sampler.compareChannel, ref, isFixedPointDepth);
/external/skia/tools/skiaserve/
H A DRequest.cpp295 SkColor Request::getPixel(int x, int y) { function in class:Request
/external/skqp/tools/skiaserve/
H A DRequest.cpp295 SkColor Request::getPixel(int x, int y) { function in class:Request
/external/pdfium/core/fxcodec/jbig2/
H A DJBig2_Image.cpp71 int CJBig2_Image::getPixel(int32_t x, int32_t y) const { function in class:CJBig2_Image
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowBitmap.java341 public int getPixel(int x, int y) { method in class:ShadowBitmap
344 // Note that getPixel() returns a non-premultiplied ARGB value; if
/external/deqp/modules/gles31/functional/
H A Des31fShaderImageLoadStoreTests.cpp580 // \note For cube maps, set/getPixel's z parameter specifies the cube face in the same manner as in imageStore/imageLoad in GL shaders (see glslImageFuncZToCubeFace), instead of directly as a tcu::CubeFace.
585 Vec4 getPixel (int x, int y, int z) const;
660 Vec4 LayeredImage::getPixel (int x, int y, int z) const function in class:deqp::gles31::Functional::__anon5426::LayeredImage
663 return access.getPixel(x, y, m_type == TEXTURETYPE_CUBE ? 0 : z);
1524 scratchAccess.setPixel(scratchAccess.getPixel(0, 0), 0, 0);
1543 const Vec4 temp = reference.getPixel(imageSize.x()-1-x, y, z);
1544 reference.setPixel(imageSize.x()-1-x, y, z, reference.getPixel(x, y, z));
1725 result.f = resultSlice.getPixel(x, y).x();
1842 returnValues.f[i] = resultSlice.getPixel(gid.x(), y).x();
/external/robolectric/v3/runtime/
H A Dshadows-core-3.1-SNAPSHOT-16.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-17.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-18.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-19.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-21.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-22.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 275 milliseconds