Home
last modified time | relevance | path

Searched refs:drawContext (Results 1 – 7 of 7) sorted by relevance

/external/adhd/scripts/mic_testing/frontend/
Daudio.js12 var drawContext; variable
31 drawContext.drawBg();
40 drawContext.drawCanvas();
78 drawContext = new DrawCanvas(canvas, audioContext.sampleRate / 2);
79 drawContext.drawBg();
205 drawContext.drawInstantCurve(leftData, rightData, sampleRate);
228 drawContext.drawBg();
268 drawContext.add(new AudioCurve(newBuffer, filename, buffer.sampleRate));
283 drawContext.drawInstantCurve(leftData, rightData, sampleRate);
320 drawContext.add(new AudioCurve(buffer, filename, audioContext.sampleRate));
[all …]
Danalysis.js480 drawContext.setVisible(checkbox, id, channel);
484 drawContext.remove(id);
/external/deqp/external/vulkancts/modules/vulkan/clipping/
DvktClippingTests.cpp457 VulkanDrawContext drawContext(context, drawState, drawCallData, vulkanProgram); in testPrimitivesInside() local
458 drawContext.draw(); in testPrimitivesInside()
460 …const int numBlackPixels = countPixels(drawContext.getColorPixels(), Vec4(0.0f, 0.0f, 0.0f, 1.0f),… in testPrimitivesInside()
511 VulkanDrawContext drawContext(context, drawState, drawCallData, vulkanProgram); in testPrimitivesOutside() local
512 drawContext.draw(); in testPrimitivesOutside()
515 …const int numBlackPixels = countPixels(drawContext.getColorPixels(), Vec4(0.0f, 0.0f, 0.0f, 1.0f),… in testPrimitivesOutside()
597 VulkanDrawContext drawContext(context, drawState, drawCallData, vulkanProgram); in testPrimitivesDepthClamp() local
598 drawContext.draw(); in testPrimitivesDepthClamp()
600 …const int numPixels = countPixels(drawContext.getColorPixels(), cases[caseNdx].regionOffset, regio… in testPrimitivesDepthClamp()
661 VulkanDrawContext drawContext(context, drawState, drawCallData, vulkanProgram); in testLargePoints() local
[all …]
/external/deqp/framework/referencerenderer/
DrrRenderer.cpp930 void generatePrimitiveIDs (ContainerType& list, DrawContext& drawContext) in generatePrimitiveIDs() argument
933 generatePrimitiveIDs(*it, drawContext.primitiveID++); in generatePrimitiveIDs()
1405 …td::vector<typename PrimitiveTypeTraits<DrawPrimitiveType>::Type>& input, DrawContext& drawContext) in drawWithGeometryShader() argument
1418 primitives[primitiveNdx].primitiveIDIn = drawContext.primitiveID++; in drawWithGeometryShader()
1473 … program, VertexPacket* const* vertices, int numVertices, DrawContext& drawContext, VertexPacketAl… in drawAsPrimitives() argument
1489 …wWithGeometryShader<DrawPrimitiveType>(state, renderTarget, program, inputPrimitives, drawContext); in drawAsPrimitives()
1502 generatePrimitiveIDs(basePrimitives, drawContext); in drawAsPrimitives()
1770 DrawContext drawContext; in drawInstanced() local
1775 drawContext.primitiveID = 0; in drawInstanced()
1812 …nd.renderTarget, command.program, &vertexPackets[0], numVertexPackets, drawContext, vpalloc); brea… in drawInstanced()
[all …]
/external/deqp/modules/glshared/
DglsVertexArrayTests.hpp219 ContextArrayPack (glu::RenderContext& renderCtx, sglr::Context& drawContext);
DglsVertexArrayTests.cpp720 ContextArrayPack::ContextArrayPack (glu::RenderContext& renderCtx, sglr::Context& drawContext) in ContextArrayPack() argument
722 , m_ctx (drawContext) in ContextArrayPack()
DglsDrawTest.cpp1753 …u::TestContext& testCtx, glu::RenderContext& renderCtx, sglr::Context& drawContext, const tcu::UVe…
1780 …u::TestContext& testCtx, glu::RenderContext& renderCtx, sglr::Context& drawContext, const tcu::UVe… in AttributePack() argument
1783 , m_ctx (drawContext) in AttributePack()