Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fUniformLocationTests.cpp293 const string uniName = "uni" + de::toString(uniformNdx); in genShaderSources() local
/aosp_15_r20/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DProgramData.cpp1179 int ProgramData::getGuestUniformLocation(const char* uniName) { in getGuestUniformLocation()