Home
last modified time | relevance | path

Searched defs:drawType (Results 1 – 23 of 23) sorted by relevance

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/draw/
H A DvktDrawMultiExtTests.cpp93 DrawType drawType; member
260 static bool indexedWithOffset(DrawType drawType, const tcu::Maybe<VertexOffsetType> &offsetType) in indexedWithOffset()
266 static bool indexedPacked(DrawType drawType, const tcu::Maybe<VertexOffsetType> &offsetType) in indexedPacked()
272 static uint32_t baseSize(DrawType drawType, const tcu::Maybe<VertexOffsetType> &offsetType) in baseSize()
279 …static uint32_t calcExtraBytes(DrawType drawType, const tcu::Maybe<VertexOffsetType> &offsetType, … in calcExtraBytes()
297 … DrawInfoPacker(DrawType drawType, const tcu::Maybe<VertexOffsetType> &offsetType, uint32_t stride, in DrawInfoPacker()
1414 DrawType drawType; in createDrawMultiExtTests() member
H A DvktDrawIndirectTest.cpp111 DrawType drawType; member
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shader_object/
H A DvktShaderObjectPerformanceTests.cpp81 ShaderObjectPerformanceInstance(Context &context, const DrawType drawType, const TestType &type) in ShaderObjectPerformanceInstance()
825 …rObjectPerformanceCase(tcu::TestContext &testCtx, const std::string &name, const DrawType drawType, in ShaderObjectPerformanceCase()
1222 DrawType drawType; in createShaderObjectPerformanceTests() member
1244 for (const auto &drawType : drawTypeTests) in createShaderObjectPerformanceTests() local
/aosp_15_r20/external/deqp/modules/egl/
H A DteglPreservingSwapTests.cpp160 PreservingSwapTest::DrawType drawType) in render()
239 PreservingSwapTest::DrawType drawType) in render()
H A DteglBufferAgeTests.cpp141 BufferAgeTest::DrawType drawType; member
H A DteglSwapBuffersWithDamageTests.cpp102 DrawType drawType; member
H A DteglPartialUpdateTests.cpp131 PartialUpdateTest::DrawType drawType; member
/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DPathRendererChain.cpp71 DrawType drawType, in getPathRenderer()
H A DGrDrawingManager.cpp1021 PathRendererChain::DrawType drawType, in getPathRenderer()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderConditionalRenderingTestsEXT.cpp102 DrawType drawType; member
570 DrawType drawType; in createMeshShaderConditionalRenderingTestsEXT() member
H A DvktMeshShaderApiTests.cpp71 std::ostream &operator<<(std::ostream &stream, DrawType drawType) in operator <<()
106 DrawType drawType; member
H A DvktMeshShaderApiTestsEXT.cpp71 std::ostream &operator<<(std::ostream &stream, DrawType drawType) in operator <<()
106 DrawType drawType; member
/aosp_15_r20/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DGLESvalidate.cpp108 bool GLESvalidate::drawType(GLenum mode) { in drawType() function in GLESvalidate
/aosp_15_r20/external/skia/gm/
H A Dblurignorexform.cpp37 BlurIgnoreXformGM(DrawType drawType) : fDrawType(drawType) { } in BlurIgnoreXformGM()
/aosp_15_r20/external/skia/tests/graphite/precompile/
H A DChromePrecompileTest.cpp111 DrawTypeFlags drawType, in run_test()
/aosp_15_r20/external/skia/src/core/
H A DSkPictureRecord.h141 size_t addDraw(DrawType drawType, size_t* size) { in addDraw()
/aosp_15_r20/external/skia/bench/
H A DAlternatingColorPatternBench.cpp98 AlternatingColorPatternBench(ColorPattern pattern1, ColorPattern pattern2, DrawType drawType) { in AlternatingColorPatternBench()
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/
H A DContext11.cpp535 #define DRAW_CALL(drawType, instanced, bvbi) DRAW_##drawType##instanced##bvbi argument
537 #define MULTI_DRAW_BLOCK(drawType, instanced, bvbi, hasDrawID, hasBaseVertex, hasBaseInstance) \ argument
/aosp_15_r20/external/deqp/modules/glshared/
H A DglsStateChangePerfTestCases.cpp211 … const char *name, const char *description, DrawType drawType, in StateChangePerformanceCase()
/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DRobustBufferAccessBehaviorTest.cpp135 void runIndexOutOfRangeTests(GLenum drawType) in runIndexOutOfRangeTests()
/aosp_15_r20/external/angle/src/libANGLE/renderer/
H A Drenderer_utils.cpp1461 #define DRAW_CALL(drawType, instanced, bvbi) DRAW_##drawType##instanced##bvbi argument
1463 #define MULTI_DRAW_BLOCK(drawType, instanced, bvbi, hasDrawID, hasBaseVertex, hasBaseInstance) \ argument
/aosp_15_r20/external/deqp/modules/gles2/performance/
H A Des2pDrawCallBatchingTests.cpp1017 for (int drawType = 0; drawType < 2; drawType++) in init() local
/aosp_15_r20/external/deqp/external/openglcts/modules/common/subgroups/
H A DglcSubgroupsTestsUtils.cpp1640 glw::GLenum drawType; in allStages() local