| /external/angle/src/tests/gl_tests/ |
| D | ProvokingVertexTest.cpp | 123 GLint vertexData[] = {1, 2, 3, 1, 2, 3}; in TEST_P() local 153 GLint vertexData[] = {1, 2, 3, 1, 2, 3}; in TEST_P() local 186 GLint vertexData[] = {1, 2}; in TEST_P() local 208 GLint vertexData[] = {1, 2, 3, 4, 5, 6}; in TEST_P() local 255 GLint vertexData[] = {1, 2, 3, 4, 5, 6}; in TEST_P() local 307 int32_t vertexData[] = {1, 2, 3}; in TEST_P() local
|
| D | RobustBufferAccessBehaviorTest.cpp | 281 std::array<GLfloat, 256> vertexData = {{}}; in TEST_P() local
|
| D | BufferDataTest.cpp | 300 unsigned char vertexData[] = {255, 0, 0, 0, 0, 0}; in TEST_P() local
|
| /external/skia/src/gpu/tessellate/ |
| D | GrPathParser.cpp | 88 auto* vertexData = vertexAlloc->lock<SkPoint>(maxVertices); in EmitCenterWedgePatches() local 143 static int emit_subpolygon(const SkPoint* points, int first, int last, SkPoint* vertexData) { in emit_subpolygon() 168 int emitInnerPolygon(SkPoint* vertexData) { in emitInnerPolygon() 224 auto* vertexData = vertexAlloc->lock<SkPoint>(maxVertices); in EmitInnerPolygonTriangles() local
|
| /external/deqp/external/vulkancts/modules/vulkan/tessellation/ |
| D | vktTessellationShaderInputOutputTests.cpp | 71 const void* vertexData, in runTest() 302 std::vector<float> vertexData; in test() local 470 std::vector<float> vertexData (INPUT_PATCH_SIZE * numPrimitives, 0.0f); in test() local 599 static const float vertexData[3*4] = in test() local 745 std::vector<float> vertexData (NUM_VERTICES); in test() local 927 std::vector<float> vertexData (INPUT_PATCH_SIZE * numPrimitives, 0.0f); in test() local
|
| D | vktTessellationMiscDrawTests.cpp | 139 const std::vector<tcu::Vec2> vertexData = genVertexPositions(caseDef.primitiveType); in runTest() local
|
| /external/skqp/src/atlastext/ |
| D | SkInternalAtlasTextContext.cpp | 76 auto vertexData = fArena.makeArrayDefault<char>(vertexDataSize); in recordDraw() local
|
| /external/skia/src/atlastext/ |
| D | SkInternalAtlasTextContext.cpp | 76 auto vertexData = fArena.makeArrayDefault<char>(vertexDataSize); in recordDraw() local
|
| /external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/video/spherical/ |
| D | Projection.java | 96 float[] vertexData = new float[vertexCount * POSITION_COORDS_PER_VERTEX]; in createEquirectangular() local
|
| /external/skqp/experimental/nima/ |
| D | NimaActor.cpp | 197 float* vertexData = fActorImage->vertices(); in updateVertices() local
|
| /external/deqp/modules/gles2/functional/ |
| D | es2fShaderStateQueryTests.cpp | 1519 GLfloat vertexData[4] = {0.0f}; // never accessed in test() local 1555 GLfloat vertexData[4] = {0.0f}; // never accessed in test() local 1587 GLfloat vertexData[4] = {0.0f}; // never accessed in test() local 1639 GLfloat vertexData[4] = {0.0f}; // never accessed in test() local 1729 GLfloat vertexData[4] = {0.0f}; // never accessed in test() local
|
| D | es2fRasterizationTests.cpp | 185 …aseRenderingCase::drawPrimitives (tcu::Surface& result, const std::vector<tcu::Vec4>& vertexData, … in drawPrimitives() 193 …aseRenderingCase::drawPrimitives (tcu::Surface& result, const std::vector<tcu::Vec4>& vertexData, … in drawPrimitives()
|
| /external/deqp/modules/glshared/ |
| D | glsFragOpInteractionCase.cpp | 311 static void setupAttributes (sglr::Context& ctx, const VertexDataStorage& vertexData, deUint32 prog… in setupAttributes() 517 VertexDataStorage vertexData (m_vertexShader.getInputs(), numVertices); in iterate() local
|
| /external/swiftshader/third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2/ |
| D | OGLES2HelloAPI_LinuxX11.cpp | 399 GLfloat vertexData[] = {-0.4f,-0.4f, 0.0f, // Bottom Left in InitialiseBuffer() local
|
| /external/deqp/modules/gles3/functional/ |
| D | es3fShaderStateQueryTests.cpp | 2177 GLfloat vertexData[4] = {0.0f}; // never accessed in test() local 2261 const GLfloat vertexData[4] = {0.0f}; // never accessed in test() local 2367 const GLfloat vertexData[4] = {0.0f}; // never accessed in test() local 2482 const GLfloat vertexData[4] = {0.0f}; // never accessed in test() local 2593 const GLfloat vertexData[4] = {0.0f}; // never accessed in test() local 2888 const GLfloat vertexData[4] = {0.0f}; // never accessed in test() local
|
| D | es3fRasterizationTests.cpp | 351 …aseRenderingCase::drawPrimitives (tcu::Surface& result, const std::vector<tcu::Vec4>& vertexData, … in drawPrimitives() 359 …aseRenderingCase::drawPrimitives (tcu::Surface& result, const std::vector<tcu::Vec4>& vertexData, … in drawPrimitives()
|
| /external/skia/gm/ |
| D | tessellation.cpp | 304 if (void* vertexData = flushState->makeVertexSpace(sizeof(float) * 3, 3, &fVertexBuffer, in onPrepare() local
|
| /external/deqp/external/vulkancts/modules/vulkan/draw/ |
| D | vktDrawInvertedDepthRangesTests.cpp | 92 std::vector<Vec4> vertexData; in InvertedDepthRangesTestInstance() local
|
| D | vktDrawNegativeViewportHeightTests.cpp | 99 std::vector<Vec4> vertexData; in NegativeViewportHeightTestInstance() local
|
| /external/skia/src/gpu/text/ |
| D | GrTextBlob.cpp | 48 const SkSpan<GrGlyph*>& glyphs, const SkSpan<char>& vertexData, in SubRun() 622 SkSpan<char> vertexData{fAlloc.makeArrayDefault<char>(vertexDataSize), vertexDataSize}; in makeSubRun() local
|
| /external/angle/src/tests/perf_tests/ |
| D | MultiviewPerf.cpp | 459 std::vector<Vertex> vertexData(kNumQuads * kNumVerticesPerQuad); in initializeBenchmark() local
|
| /external/skqp/tests/ |
| D | GrMeshTest.cpp | 98 SkTArray<std::array<Box, 4>> vertexData; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
|
| /external/skia/tests/ |
| D | GrMeshTest.cpp | 102 SkTArray<std::array<Box, 4>> vertexData; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
|
| /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
| D | vktSparseResourcesShaderIntrinsicsSampled.cpp | 539 std::vector<tcu::Vec2> vertexData; in recordCommands() local
|
| /external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
| D | vktPipelineMultisampleTests.cpp | 915 Vertex4RGBA vertexData[3] = in generateVertices() local 943 const Vertex4RGBA vertexData[2] = in generateVertices() local 977 Vertex4RGBA vertexData[4] = in generateVertices() local 1931 const Vertex4RGBA vertexData[3] = in testRasterSamplesConsistency() local
|