Searched defs:verticesIn (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/deqp/modules/gles31/functional/ |
H A D | es31fGeometryShaderTests.cpp | 282 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 D | sglrShaderProgram.cpp | 211 void ShaderProgram::shadePrimitives(rr::GeometryEmitter &output, int verticesIn, const rr::Primitiv… in shadePrimitives()
|
/aosp_15_r20/external/deqp/framework/referencerenderer/ |
H A D | rrRenderer.cpp | 1465 const int verticesIn = PrimitiveTypeTraits<DrawPrimitiveType>::Type::NUM_VERTICES; in drawWithGeometryShader() local
|