Home
last modified time | relevance | path

Searched defs:colorIndex (Results 1 – 25 of 135) sorted by relevance

123456

/aosp_15_r20/external/angle/src/libANGLE/renderer/
H A DRenderTargetCache.h95 size_t colorIndex = static_cast<size_t>( in update() local
131 size_t colorIndex) in updateColorRenderTarget()
181 size_t colorIndex) const in getColorDraw()
H A DFramebufferImpl.cpp40 for (auto colorIndex : colorAttachments) in ensureAttachmentsInitialized() local
/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DClearTest.cpp2193 for (GLint colorIndex = 0; colorIndex < maxDrawBuffers; ++colorIndex) in TEST_P() local
2221 for (GLint colorIndex = 0; colorIndex < maxDrawBuffers; ++colorIndex) in TEST_P() local
2280 for (GLint colorIndex = 0; colorIndex < maxDrawBuffers; ++colorIndex) in TEST_P() local
2314 for (GLint colorIndex = 0; colorIndex < maxDrawBuffers; ++colorIndex) in TEST_P() local
2320 for (GLint colorIndex = 0; colorIndex < maxDrawBuffers; ++colorIndex) in TEST_P() local
2337 for (GLint colorIndex = 0; colorIndex < maxDrawBuffers; ++colorIndex) in TEST_P() local
2462 for (GLint colorIndex = 0; colorIndex < maxDrawBuffers; ++colorIndex) in TEST_P() local
2493 for (GLint colorIndex = 0; colorIndex < maxDrawBuffers; ++colorIndex) in TEST_P() local
2499 for (GLint colorIndex = 0; colorIndex < maxDrawBuffers; ++colorIndex) in TEST_P() local
2515 for (GLint colorIndex = 0; colorIndex < maxDrawBuffers; ++colorIndex) in TEST_P() local
[all …]
/aosp_15_r20/frameworks/libs/systemui/toruslib/torus-wallpaper-settings/src/main/java/com/google/android/torus/settings/inlinecontrol/
DSingleSelectionRowConfigProvider.kt45 protected var colorIndex = 0 in <lambda>() variable in com.google.android.torus.settings.inlinecontrol.SingleSelectionRowConfigProvider
/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/
H A DEmulateGLFragColorBroadcast.cpp123 for (int colorIndex = 1; colorIndex < buffers; ++colorIndex) in broadcastGLFragColor() local
130 for (int colorIndex = 1; colorIndex < mMaxDualSourceDrawBuffers; ++colorIndex) in broadcastGLFragColor() local
/aosp_15_r20/external/angle/src/libANGLE/
H A DFramebuffer.cpp844 for (uint32_t colorIndex = 0; in Framebuffer() local
1041 for (size_t colorIndex = 0; colorIndex < mState.mColorAttachments.size(); ++colorIndex) in detachResourceById() local
1838 for (size_t colorIndex : mState.mEnabledDrawBuffers) in blit() local
2122 const size_t colorIndex = binding - GL_COLOR_ATTACHMENT0; in setAttachmentImpl() local
2279 const size_t colorIndex = index - DIRTY_BIT_COLOR_ATTACHMENT_0; in onSubjectStateChange() local
2669 for (auto colorIndex : color) in markAttachmentsInitialized() local
/aosp_15_r20/external/lottie/sample/src/main/kotlin/com/airbnb/lottie/samples/
H A DDynamicActivity.kt25 private var colorIndex = 0 in <lambda>() variable
/aosp_15_r20/external/angle/src/libANGLE/renderer/wgpu/
H A Dwgpu_pipeline_state.cpp110 void RenderPipelineDesc::setColorWriteMask(size_t colorIndex, bool r, bool g, bool b, bool a) in setColorWriteMask()
128 bool RenderPipelineDesc::setColorAttachmentFormat(size_t colorIndex, wgpu::TextureFormat format) in setColorAttachmentFormat()
/aosp_15_r20/external/lottie/sample-compose/src/main/java/com/airbnb/lottie/sample/compose/examples/
H A DDynamicPropertiesExamplesPage.kt62 var colorIndex by remember { mutableStateOf(0) } in HeartColor() variable
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DUtilsVk.cpp777 for (uint32_t colorIndex = 0; colorIndex < colorAttachmentCount; ++colorIndex) in InsertPreamble() local
815 void InsertColorDecorations(uint32_t colorIndex, in InsertColorDecorations()
947 void InsertColorVariableDecl(uint32_t colorIndex, in InsertColorVariableDecl()
997 void InsertColorUnresolveLoadStore(uint32_t colorIndex, in InsertColorUnresolveLoadStore()
1111 for (uint32_t colorIndex = 0; colorIndex < colorAttachmentCount; ++colorIndex) in MakeFragShader() local
1120 for (uint32_t colorIndex = 0; colorIndex < colorAttachmentCount; ++colorIndex) in MakeFragShader() local
1130 for (uint32_t colorIndex = 0; colorIndex < colorAttachmentCount; ++colorIndex) in MakeFragShader() local
/aosp_15_r20/packages/apps/Messaging/jni/
DGifTranscoder.cpp386 GifByteType colorIndex = *getPixel(rasterBits, gifIn->Image.Width, x, y); in renderImage() local
498 GifByteType colorIndex) { in getColorARGB()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/rasterization/
H A DvktShaderTileImageTests.cpp1754 for (uint32_t colorIndex = 0; colorIndex < colorAttachmentCount; colorIndex++) in rendering() local
1819 for (uint32_t colorIndex = 0; colorIndex < colorAttachmentCount; colorIndex++) in rendering() local
1903 for (uint32_t colorIndex = 0; colorIndex < colorAttachmentCount; colorIndex++) in rendering() local
/aosp_15_r20/external/skia/gm/
H A Dtextblobcolortrans.cpp80 size_t colorIndex = 0; in onDraw() local
/aosp_15_r20/external/angle/src/image_util/
H A DAstcDecompressorTestUtils.h34 int colorIndex = 0; in makeCheckerboard() local
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/main/java/com/google/android/exoplayer2/text/pgs/
H A DPgsDecoder.java220 int colorIndex = bitmapData.readUnsignedByte(); in build() local
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/main/java/com/google/android/exoplayer2/text/pgs/
H A DPgsDecoder.java220 int colorIndex = bitmapData.readUnsignedByte(); in build() local
/aosp_15_r20/external/lottie/lottie/src/main/java/com/airbnb/lottie/parser/
H A DGradientColorParser.java82 int colorIndex = i / 4; in parse() local
/aosp_15_r20/external/swiftshader/tests/VulkanBenchmarks/
H A DTriangleBenchmarks.cpp223 int colorIndex = 0; in TriangleSampleTexture() local
/aosp_15_r20/frameworks/native/services/surfaceflinger/tests/
H A DLayerTransaction_test.cpp149 int colorIndex = 0; in TEST_F() local
/aosp_15_r20/external/skia/tools/fonts/
H A DTestSVGTypeface.cpp1399 int colorIndex; in onDrawPath() local
1480 const int colorIndex = glyfInfos[i].fLayers[j].fLayerColorIndex; in exportTtxColr() local
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/
H A DFramebuffer11.cpp180 size_t colorIndex = in invalidateBase() local
/aosp_15_r20/external/deqp/external/openglcts/modules/common/
H A DglcBlendEquationAdvancedTests.cpp1656 …for (int colorIndex = 0; colorIndex < (m_useRGB10A2Data ? m_numSpecificColors : m_numColors); colo… in iterate() local
1693 …for (int colorIndex = 0; colorIndex < (m_useRGB10A2Data ? m_numSpecificColors : m_numColors); colo… in iterate() local
/aosp_15_r20/external/skia/src/gpu/ganesh/vk/
H A DGrVkOpsRenderPass.cpp545 uint32_t colorIndex; in onClear() local
/aosp_15_r20/frameworks/base/telephony/java/com/android/internal/telephony/uicc/
H A DIccUtils.java688 int colorIndex = 0; in getCLUT() local
/aosp_15_r20/frameworks/base/libs/hwui/jni/
H A Dandroid_graphics_Canvas.cpp427 jintArray jcolors, jint colorIndex, in drawVertices()
604 jint vertIndex, jintArray jcolors, jint colorIndex, jlong paintHandle) { in drawBitmapMesh()

123456