Home
last modified time | relevance | path

Searched defs:SetVertexCount (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/frameworks/base/media/mca/filterfw/native/core/
H A Dshader_program.cpp1114 void ShaderProgram::SetVertexCount(int count) { in SetVertexCount() function in android::filterfw::ShaderProgram
/aosp_15_r20/external/deqp-deps/amber/src/
Dcommand.h235 void SetVertexCount(uint32_t count) { vertex_count_ = count; } in SetVertexCount() function