Home
last modified time | relevance | path

Searched defs:verticesIn (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fGeometryShaderTests.cpp282 void VertexExpanderShader::shadePrimitives(rr::GeometryEmitter &output, int verticesIn, in shadePrimitives()
410 void VertexEmitterShader::shadePrimitives(rr::GeometryEmitter &output, int verticesIn, in shadePrimitives()
590 void VertexVaryingShader::shadePrimitives(rr::GeometryEmitter &output, int verticesIn, in shadePrimitives()
927 void OutputCountShader::shadePrimitives(rr::GeometryEmitter &output, int verticesIn, const rr::Prim… in shadePrimitives()
1096 void BuiltinVariableShader::shadePrimitives(rr::GeometryEmitter &output, int verticesIn, in shadePrimitives()
1400 void VaryingOutputCountShader::shadePrimitives(rr::GeometryEmitter &output, int verticesIn, in shadePrimitives()
1706 void InvocationCountShader::shadePrimitives(rr::GeometryEmitter &output, int verticesIn, in shadePrimitives()
1919 void InstancedExpansionShader::shadePrimitives(rr::GeometryEmitter &output, int verticesIn, in shadePrimitives()
/aosp_15_r20/external/deqp/framework/opengl/simplereference/
H A DsglrShaderProgram.cpp211 void ShaderProgram::shadePrimitives(rr::GeometryEmitter &output, int verticesIn, const rr::Primitiv… in shadePrimitives()
/aosp_15_r20/external/deqp/framework/referencerenderer/
H A DrrRenderer.cpp1465 const int verticesIn = PrimitiveTypeTraits<DrawPrimitiveType>::Type::NUM_VERTICES; in drawWithGeometryShader() local