Home
last modified time | relevance | path

Searched refs:esslVersion (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DANGLEShaderParser.cpp130 esslVersion = other.esslVersion; in operator =()
146 esslVersion = other.esslVersion; in copyFromOther()
183 int esslVersion; member
186 static ST_ShaderSpec sInputSpecForVersion(int esslVersion) { in sInputSpecForVersion() argument
187 switch (esslVersion) { in sInputSpecForVersion()
198 static ST_ShaderOutput sOutputSpecForVersion(bool coreProfileHost, int esslVersion) { in sOutputSpecForVersion() argument
199 switch (esslVersion) { in sOutputSpecForVersion()
223 if (a.esslVersion != b.esslVersion) in operator ()()
224 return a.esslVersion < b.esslVersion; in operator ()()
279 static void getShaderLinkInfo(int esslVersion, in getShaderLinkInfo() argument
[all …]
DANGLEShaderParser.h35 int esslVersion; member
DProgramData.cpp799 is310 = is310 || (s.linkInfo.esslVersion == 310); in setLinkStatus()