Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/framework/opengl/simplereference/
H A DsglrShaderProgram.hpp183 inline bool hasGeometryShader(void) const in hasGeometryShader() function in sglr::pdec::ShaderProgramDeclaration
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fProgramInterfaceQueryTests.cpp3040 const bool hasGeometryShader = (m_caseType == CASE_VERTEX_GEO_FRAGMENT) || in init() local