Home
last modified time | relevance | path

Searched defs:sRGB (Results 1 – 25 of 86) sorted by relevance

1234

/aosp_15_r20/frameworks/native/libs/ui/tests/
H A Dcolorspace_test.cpp41 ColorSpace sRGB("sRGB", sRGBToXYZ); in TEST_F() local
54 ColorSpace sRGB("sRGB", sRGBToXYZ); in TEST_F() local
73 ColorSpace sRGB("sRGB", sRGBToXYZ); in TEST_F() local
107 ColorSpace sRGB = ColorSpace::sRGB(); in TEST_F() local
148 float3 sRGB(ColorSpace::sRGB().xyzToRGB(c)); in TEST_F() local
/aosp_15_r20/frameworks/base/tests/graphics/SilkFX/src/com/android/test/silkfx/common/
H A DBaseDrawingView.kt26 val sRGB = ColorSpace.get(ColorSpace.Named.SRGB) constant
/aosp_15_r20/external/skia/tests/
H A DSRGBTest.cpp31 sk_sp<SkColorSpace> sRGB = SkColorSpace::MakeSRGB(), in DEF_TEST() local
60 sk_sp<SkColorSpace> sRGB = SkColorSpace::MakeSRGB(), in DEF_TEST() local
/aosp_15_r20/frameworks/base/libs/hwui/jni/
H A DBitmap.cpp276 auto sRGB = SkColorSpace::MakeSRGB(); in SetPixels() local
975 auto sRGB = SkColorSpace::MakeSRGB(); in Bitmap_getPixel() local
1003 auto sRGB = SkColorSpace::MakeSRGB(); in Bitmap_getPixels() local
1020 auto sRGB = SkColorSpace::MakeSRGB(); in Bitmap_setPixel() local
/aosp_15_r20/cts/tests/tests/graphics/src/android/graphics/cts/
H A DBitmapColorSpaceTest.java101 ColorSpace sRGB = ColorSpace.get(ColorSpace.Named.SRGB); in createWithColorSpace() local
148 ColorSpace sRGB = ColorSpace.get(ColorSpace.Named.SRGB); in createDefaultColorSpace() local
221 public void sRGB() { in sRGB() method in BitmapColorSpaceTest
/aosp_15_r20/external/angle/src/common/
H A Dpacked_egl_enums.json44 "sRGB": "EGL_COLORSPACE_sRGB", string
H A DPackedEGLEnums_autogen.h29 sRGB = 0, enumerator
H A Dmathutil_unittest.cpp615 TEST(MathUtilTest, sRGB) in TEST() argument
/aosp_15_r20/external/mesa3d/src/gallium/frontends/nine/
H A Dsurface9.h78 NineSurface9_GetSurface( struct NineSurface9 *This, int sRGB ) in NineSurface9_GetSurface()
H A Dbasetexture9.h113 NineBaseTexture9_GetSamplerView( struct NineBaseTexture9 *This, const int sRGB ) in NineBaseTexture9_GetSamplerView()
H A Dnine_state.c732 const int sRGB = context->rs[D3DRS_SRGBWRITEENABLE] ? 1 : 0; in update_framebuffer() local
1022 int sRGB = context->samp[s][D3DSAMP_SRGBTEXTURE] ? 1 : 0; in update_textures_and_samplers() local
1068 int sRGB = context->samp[s][D3DSAMP_SRGBTEXTURE] ? 1 : 0; in update_textures_and_samplers() local
2275 const int sRGB = context->rs[D3DRS_SRGBWRITEENABLE] ? 1 : 0; in CSMT_ITEM_NO_WAIT() local
H A Dbasetexture9.c469 const int sRGB ) in NineBaseTexture9_UpdateSamplerView()
/aosp_15_r20/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DTaskSnapshotControllerTest.java162 final ColorSpace sRGB = ColorSpace.get(ColorSpace.Named.SRGB); in testSnapshotBuilder() local
/aosp_15_r20/external/deqp/framework/platform/win32/
H A DtcuWGL.hpp132 bool sRGB; member in tcu::wgl::PixelFormatInfo
/aosp_15_r20/external/accessibility-test-framework/src/main/java/com/google/android/apps/common/testing/accessibility/framework/utils/contrast/
H A DContrastUtils.java69 double sRGB = component / 255.0d; in linearColor() local
/aosp_15_r20/external/libpng/contrib/tools/
H A DmakesRGB.c48 sRGB(unsigned int i) in sRGB() function
/aosp_15_r20/external/deqp-deps/amber/src/
Dverifier.cc63 double SRGBToLinearValue(double sRGB) { in SRGBToLinearValue()
/aosp_15_r20/frameworks/native/libs/ui/
H A DColorSpace.cpp233 const ColorSpace ColorSpace::sRGB() { in sRGB() function in android::ColorSpace
/aosp_15_r20/external/robolectric/integration_tests/nativegraphics/src/test/java/org/robolectric/shadows/
H A DShadowNativeBitmapTest.java574 final ColorSpace sRGB = ColorSpace.get(ColorSpace.Named.SRGB); in testGetColor() local
/aosp_15_r20/external/deqp/framework/common/
H A DtcuAstcUtil.cpp1712 uint8_t sRGB[MAX_BLOCK_WIDTH * MAX_BLOCK_HEIGHT * 4]; in decompress() member
3256 uint8_t sRGB[MAX_BLOCK_WIDTH * MAX_BLOCK_HEIGHT * 4]; in isValidBlock() member
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Headers/include/spirv/unified1/
H A Dspv.d351 sRGB = 15, enumerator
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fFboSRGBWriteControlTests.cpp920 void Renderer::setFramebufferSRGB(const bool sRGB) in setFramebufferSRGB()
/aosp_15_r20/external/angle/third_party/spirv-headers/src/include/spirv/unified1/
H A Dspv.d364 sRGB = 15, enumerator
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dxpsobjectmodel.h749 } sRGB; member
/aosp_15_r20/frameworks/base/graphics/java/android/graphics/
H A DBitmap.java1320 ColorSpace sRGB = ColorSpace.get(ColorSpace.Named.SRGB); in createBitmap() local

1234