Home
last modified time | relevance | path

Searched defs:vertexData (Results 1 – 25 of 163) sorted by relevance

1234567

/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DProvokingVertexTest.cpp144 GLint vertexData[] = {1, 2, 3, 1, 2, 3}; in TEST_P() local
168 GLint vertexData[] = {1, 2, 3, 1, 2, 3}; in TEST_P() local
199 GLint vertexData[] = {1, 2}; in TEST_P() local
223 GLint vertexData[] = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 2}; in TEST_P() local
268 GLint vertexData[] = {1, 2, 3, 4, 5, 6}; in TEST_P() local
315 GLint vertexData[] = {1, 2, 3, 4, 5, 6}; in TEST_P() local
367 int32_t vertexData[] = {1, 2, 3}; in TEST_P() local
H A DRobustBufferAccessBehaviorTest.cpp315 std::array<GLfloat, 256> vertexData = {{}}; in TEST_P() local
791 std::array<float, 6> vertexData = {0.2, 0.2, 0.2, 0.2, 0.2, 0.2}; in TEST_P() local
1020 std::array<float, 4> vertexData = {0.2, 0.2, 0.2, 0.2}; in TEST_P() local
H A DDrawElementsIndirectTest.cpp51 static float vertexData[3] = {0}; in TEST_P() local
H A DSRGBFramebufferTest.cpp329 unsigned char vertexData[] = {0}; in TEST_P() local
H A DBufferDataTest.cpp294 float vertexData[] = {-1.0f, -1.0f, 1.0f, -1.0f, -1.0f, 1.0f, 1.0f, 1.0f}; in TEST_P() local
467 unsigned char vertexData[] = {255, 0, 0, 0, 0, 0}; in TEST_P() local
/aosp_15_r20/frameworks/base/libs/hwui/
H A DMesh.h111 MeshBufferData(std::vector<uint8_t> vertexData, int32_t vertexCount, int32_t vertexOffset, in MeshBufferData()
156 const std::vector<uint8_t>& vertexData() const { return mVertexData; } in vertexData() function
234 Mesh(sk_sp<SkMeshSpecification> meshSpec, SkMesh::Mode mode, std::vector<uint8_t> vertexData, in Mesh()
239 Mesh(sk_sp<SkMeshSpecification> meshSpec, SkMesh::Mode mode, std::vector<uint8_t> vertexData, in Mesh()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationShaderInputOutputTests.cpp69 … const VkFormat vertexFormat, const void *vertexData, const VkDeviceSize vertexDataSizeBytes, in runTest()
314 std::vector<float> vertexData; in test() local
501 std::vector<float> vertexData(INPUT_PATCH_SIZE * numPrimitives, 0.0f); in test() local
629 …static const float vertexData[3 * 4] = {-0.8f, -0.7f, 0.1f, 0.7f, -0.5f, 0.4f, 0.2f, 0.5f, 0.3f, 0… in test() local
772 std::vector<float> vertexData(NUM_VERTICES); in test() local
954 std::vector<float> vertexData(INPUT_PATCH_SIZE * numPrimitives, 0.0f); in test() local
/aosp_15_r20/external/deqp/modules/gles2/functional/
H A Des2fShaderStateQueryTests.cpp1456 GLfloat vertexData[4] = {0.0f}; // never accessed in test() local
1488 GLfloat vertexData[4] = {0.0f}; // never accessed in test() local
1517 GLfloat vertexData[4] = {0.0f}; // never accessed in test() local
1562 GLfloat vertexData[4] = {0.0f}; // never accessed in test() local
1648 GLfloat vertexData[4] = {0.0f}; // never accessed in test() local
H A Des2fRasterizationTests.cpp194 …d BaseRenderingCase::drawPrimitives(tcu::Surface &result, const std::vector<tcu::Vec4> &vertexData, in drawPrimitives()
203 …d BaseRenderingCase::drawPrimitives(tcu::Surface &result, const std::vector<tcu::Vec4> &vertexData, in drawPrimitives()
/aosp_15_r20/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DShaderProgram.java152 VertexFrame vertexData, in setAttributeValues()
297 VertexFrame vertexData, in setShaderAttributeVertexFrame()
/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fShaderStateQueryTests.cpp2110 GLfloat vertexData[4] = {0.0f}; // never accessed in test() local
2200 const GLfloat vertexData[4] = {0.0f}; // never accessed in test() local
2310 const GLfloat vertexData[4] = {0.0f}; // never accessed in test() local
2421 const GLfloat vertexData[4] = {0.0f}; // never accessed in test() local
2537 const GLfloat vertexData[4] = {0.0f}; // never accessed in test() local
2848 const GLfloat vertexData[4] = {0.0f}; // never accessed in test() local
H A Des3fRasterizationTests.cpp360 …d BaseRenderingCase::drawPrimitives(tcu::Surface &result, const std::vector<tcu::Vec4> &vertexData, in drawPrimitives()
369 …d BaseRenderingCase::drawPrimitives(tcu::Surface &result, const std::vector<tcu::Vec4> &vertexData, in drawPrimitives()
/aosp_15_r20/external/deqp/modules/glshared/
H A DglsFragOpInteractionCase.cpp335 static void setupAttributes(sglr::Context &ctx, const VertexDataStorage &vertexData, uint32_t progr… in setupAttributes()
569 VertexDataStorage vertexData(m_vertexShader.getInputs(), numVertices); in iterate() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/draw/
H A DvktDrawMultipleClearsWithinRenderPass.cpp198 const auto &vertexData = verticesByTopology[(size_t)m_params.topology]; in MultipleClearsTest() local
430 const auto &vertexData = verticesByTopology[(size_t)m_params.topology]; in drawCommands() local
/aosp_15_r20/external/skia/src/gpu/graphite/render/
H A DTessellateCurvesRenderStep.cpp101 auto vertexData = bufferManager->getVertexWriter(vertexSize, &fVertexBuffer); local
H A DTessellateWedgesRenderStep.cpp104 auto vertexData = bufferManager->getVertexWriter(vertexSize, &fVertexBuffer); local
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Renderer/RenderUtils/
H A DObjImporter.java58 protected ObjectData(float[] vertexData, float[] normalsData, int[] indicesData) { in ObjectData()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassSubpassDependencyTests.cpp1451 vector<Vec4> vertexData; in iterateInternal() local
1888 vector<Vec4> vertexData; in iterateInternal() local
2737 vector<Vec4> vertexData{tcu::Vec4(-1.0f, -1.0f, 0.5f, 1.0f), tcu::Vec4(-1.0f, 1.0f, 0.5f, 1.0f), in setup() local
3483 vector<Vec4> vertexData{tcu::Vec4(-1.0f, -1.0f, 0.5f, 1.0f), tcu::Vec4(-1.0f, 1.0f, 0.5f, 1.0f), in setup() local
3551 vector<Vec4> vertexData; in iterateInternal() local
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/video/spherical/
H A DProjection.java96 float[] vertexData = new float[vertexCount * POSITION_COORDS_PER_VERTEX]; in createEquirectangular() local
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/video/spherical/
H A DProjection.java100 float[] vertexData = new float[vertexCount * POSITION_COORDS_PER_VERTEX]; in createEquirectangular() local
/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DGrThreadSafeCache.h256 sk_sp<VertexData> vertexData() { in vertexData() function
/aosp_15_r20/external/angle/src/tests/perf_tests/
H A DMultiviewPerf.cpp457 std::vector<Vertex> vertexData(kNumQuads * kNumVerticesPerQuad); in initializeBenchmark() local
/aosp_15_r20/cts/tests/tests/graphics/jni/
H A DVulkanPreTransformTestHelpers.cpp42 static const float vertexData[] = { variable
/aosp_15_r20/external/deqp/modules/gles3/performance/
H A Des3pBufferDataUploadTests.cpp4331 static void generateLayeredGridVertexAttribData4C4V(std::vector<tcu::Vec4> &vertexData, const Layer… in generateLayeredGridVertexAttribData4C4V()
4704 std::vector<tcu::Vec4> vertexData; in uploadScene() local
4814 std::vector<tcu::Vec4> vertexData; in runSample() local
4953 std::vector<tcu::Vec4> vertexData; in runSample() local
5312 std::vector<tcu::Vec4> vertexData; in runSample() local
5654 std::vector<tcu::Vec4> vertexData; in runSample() local
6057 std::vector<tcu::Vec4> vertexData; in init() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesShaderIntrinsicsSampled.cpp602 std::vector<tcu::Vec2> vertexData; in recordCommands() local

1234567