/aosp_15_r20/external/deqp/modules/gles3/functional/ |
H A D | es3fVertexArrayTest.cpp | 177 for (int componentCount = 2; componentCount < 5; componentCount++) in init() local 297 const int componentCount = (packed) ? (4) : (2); in init() local 399 const int componentCount = (packed) ? (4) : (2); in init() local 487 for (int componentCount = 2; componentCount < 5; componentCount++) in init() local 587 for (int componentCount = 2; componentCount < 5; componentCount++) in init() local 938 const int componentCount = 2; in addStrideCases() local
|
/aosp_15_r20/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
H A D | ShaderProgram.java | 144 public void setAttributeValues(String attributeName, float[] data, int componentCount) { in setAttributeValues() 154 int componentCount, in setAttributeValues() 294 int componentCount); in setShaderAttributeValues() 299 int componentCount, in setShaderAttributeVertexFrame()
|
/aosp_15_r20/external/deqp/modules/gles2/functional/ |
H A D | es2fVertexArrayTest.cpp | 85 const int componentCount = 2; in init() local 148 for (int componentCount = 2; componentCount < 5; componentCount++) in init() local 355 for (int componentCount = 2; componentCount < 5; componentCount++) in init() local 417 for (int componentCount = 2; componentCount < 5; componentCount++) in init() local 695 const int componentCount = 2; in addStrideCases() local
|
/aosp_15_r20/external/deqp/modules/glshared/ |
H A D | glsVertexArrayTests.cpp | 1346 …rator::generateArray(int seed, GLValue min, GLValue max, int count, int componentCount, int stride, in generateArray() 1370 char *RandomArrayGenerator::generateQuads(int seed, int count, int componentCount, int offset, int … in generateQuads() 1441 char *RandomArrayGenerator::createQuadsPacked(int seed, int count, int componentCount, int offset, … in createQuadsPacked() 1524 char *RandomArrayGenerator::createQuads(int seed, int count, int componentCount, int offset, int st… in createQuads() 1632 char *RandomArrayGenerator::generatePerQuad(int seed, int count, int componentCount, int stride, in generatePerQuad() 1688 char *RandomArrayGenerator::createPerQuads(int seed, int count, int componentCount, int stride, in createPerQuads()
|
H A D | glsDrawTest.cpp | 1970 char *RandomArrayGenerator::generateArray(int seed, int elementCount, int componentCount, int offse… in generateArray() 1979 char *RandomArrayGenerator::generateBasicArray(int seed, int elementCount, int componentCount, int … in generateBasicArray() 2022 char *RandomArrayGenerator::createBasicArray(int seed, int elementCount, int componentCount, int of… in createBasicArray() 2073 char *RandomArrayGenerator::generatePackedArray(int seed, int elementCount, int componentCount, int… in generatePackedArray() 2518 … Usage usage, int componentCount, in createAttributeArray() 2541 int componentCount) in createDefaultAttribute()
|
/aosp_15_r20/external/deqp/modules/gles3/stress/ |
H A D | es3sVertexArrayTests.cpp | 179 for (int componentCount = 2; componentCount < 5; componentCount++) in init() local 299 const int componentCount = (packed) ? (4) : (2); in init() local 401 const int componentCount = (packed) ? (4) : (2); in init() local
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/ |
H A D | copyvertex.inc.h | 545 const size_t componentCount = 4; in CopyXYZ10W2ToXYZWFloatVertexData() local 578 const size_t componentCount = 4; in CopyXYZ10ToXYZWFloatVertexData() local 610 const size_t componentCount = 4; in CopyW2XYZ10ToXYZWFloatVertexData() local
|
H A D | renderer_utils.cpp | 1033 int componentCount, in UpdateBufferWithLayout() 1065 void ReadFromBufferWithLayout(int componentCount, in ReadFromBufferWithLayout() 1117 const GLint componentCount = linkedUniform.getElementComponents(); in SetUniform() local 1136 const GLint componentCount = linkedUniform.getElementComponents(); in SetUniform() local
|
/aosp_15_r20/external/angle/src/tests/perf_tests/ |
H A D | BufferSubData.cpp | 71 GLfloat *GetFloatData(GLint componentCount) in GetFloatData() 133 GLint componentCount, in GetVertexData()
|
H A D | MapBufferRange.cpp | 78 const GLfloat *GetFloatData(GLint componentCount) in GetFloatData() 144 GLint componentCount, in GetVertexData()
|
/aosp_15_r20/external/deqp/modules/gles2/stress/ |
H A D | es2sVertexArrayTests.cpp | 87 const int componentCount = 2; in init() local 150 for (int componentCount = 2; componentCount < 5; componentCount++) in init() local
|
/aosp_15_r20/external/angle/src/common/ |
H A D | utilities.h | 167 int componentCount; member 184 int componentCount, in UniformTypeInfo()
|
/aosp_15_r20/external/swiftshader/src/Pipeline/ |
H A D | SamplerCore.cpp | 482 int componentCount = textureComponentCount(); in bilinearInterpolateFloat() local 518 int componentCount = textureComponentCount(); in bilinearInterpolate() local 914 int componentCount = textureComponentCount(); in sample3D() local 1158 int componentCount = textureComponentCount(); in sampleFloat2D() local 1253 int componentCount = textureComponentCount(); in sampleFloat3D() local 2219 int componentCount = textureComponentCount(); in sampleTexel() local
|
H A D | SpirvShader.hpp | 74 Intermediate(uint32_t componentCount) in Intermediate() 134 const uint32_t componentCount; member in sw::Intermediate 340 uint32_t componentCount = 0; member in sw::Spirv::Type 1309 const uint32_t componentCount; member in sw::SpirvEmitter::Operand 1663 void createVariable(Object::ID id, uint32_t componentCount) in createVariable()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassMultisampleTests.cpp | 1759 const int componentCount(tcu::getNumUsedChannels(format.order)); in verifyResult() local 1806 const int componentCount(tcu::getNumUsedChannels(format.order)); in verifyResult() local 1859 const int componentCount(isAlphaOnly ? 4 : tcu::getNumUsedChannels(format.order)); in verifyResult() local 2036 const int componentCount = tcu::getNumUsedChannels(format.order); in init() local 2096 const int componentCount = tcu::getNumUsedChannels(format.order); in init() local 2162 … const int componentCount = (isAlphaOnly ? 4 : tcu::getNumUsedChannels(format.order)); in init() local
|
H A D | vktRenderPassMultisampleResolveTests.cpp | 558 const uint32_t componentCount(isAlphaOnly ? 4u : tcu::getNumUsedChannels(tcuFormat.order)); in getFormatThreshold() local 1077 const int componentCount(isAlphaOnly ? 4 : tcu::getNumUsedChannels(format.order)); in verify() local 1178 const int componentCount(tcu::getNumUsedChannels(format.order)); in verify() local 1288 const int componentCount(tcu::getNumUsedChannels(format.order)); in verify() local 1451 const int componentCount(isAlphaOnly ? 4 : tcu::getNumUsedChannels(format.order)); in iterate() local 2301 const int componentCount(tcu::getNumUsedChannels(format.order)); in verify() local
|
H A D | vktRenderPassTests.cpp | 1045 const uint32_t componentCount = (useFormatCompCount ? numUsedChannels : 4u); in clearColorToString() local 1137 const uint32_t componentCount = (useFormatCompCount ? numUsedChannels : 4u); in randomColorClearValue() local 4159 const int componentCount = getShaderNumChannels(format.order); in renderReferenceValues() local 4192 … const int componentCount = getShaderNumChannels(format.order); in renderReferenceValues() local 4223 … const int componentCount = getShaderNumChannels(format.order); in renderReferenceValues() local 4442 const uint32_t componentCount = in verifyColorAttachment() local 4847 const size_t componentCount = (size_t)getShaderNumChannels(format.order); in getAttachmentType() local 4970 const size_t componentCount = in createTestShaders() local 5022 const size_t componentCount = (size_t)getShaderNumChannels(format.order); in createTestShaders() local 5038 const size_t componentCount = (size_t)getShaderNumChannels(format.order); in createTestShaders() local [all …]
|
/aosp_15_r20/external/angle/src/tests/gl_tests/ |
H A D | CopyTextureTest.cpp | 387 const uint8_t *getSourceColors(GLenum sourceFormat, size_t *colorCount, uint8_t *componentCount) in getSourceColors() 470 uint8_t componentCount) in initializeSourceTexture() 517 uint8_t componentCount; in testCopyTexture() local 610 uint8_t componentCount; in testCopySubTexture() local
|
/aosp_15_r20/external/icu/icu4j/tools/misc/src/main/java/com/ibm/icu/dev/tool/layout/ |
H A D | LigatureEntry.java | 20 public LigatureEntry(int ligature, int[] componentChars, int componentCount) in LigatureEntry()
|
H A D | LigatureTreeWalker.java | 22 protected int componentCount; field in LigatureTreeWalker
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineVertexInputTests.cpp | 855 const int componentCount = in getGlslAttributeConditions() local 1500 const uint32_t componentCount = getVertexFormatComponentCount(format); in writeVertexInputValueIntPacked() local 1563 const uint32_t componentCount = getVertexFormatComponentCount(format); in writeVertexInputValueUfloat() local 1583 …const int componentCount = VertexInputTest::s_glslTypeDescriptions[attribute.glslType].vertexInp… in writeVertexInputValue() local
|
/aosp_15_r20/external/grpc-grpc-java/netty/src/main/java/io/grpc/netty/ |
H A D | NettyAdaptiveCumulator.java | 116 int componentCount = composite.numComponents(); in shouldCompose() local
|
/aosp_15_r20/external/vulkan-headers/include/vulkan/ |
H A D | vulkan_format_traits.hpp | 2036 …VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR_14 uint8_t componentCount( VULKAN_HPP_NAMESPACE::Format for… in componentCount() function
|
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/external/vulkan-headers/include/vulkan/ |
D | vulkan_format_traits.hpp | 2016 …VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR_14 uint8_t componentCount( VULKAN_HPP_NAMESPACE::Format for… in componentCount() function
|
/aosp_15_r20/prebuilts/vndk/v34/x86/include/external/vulkan-headers/include/vulkan/ |
D | vulkan_format_traits.hpp | 2016 …VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR_14 uint8_t componentCount( VULKAN_HPP_NAMESPACE::Format for… in componentCount() function
|