Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/GLESv2_enc/
DGL2Encoder.cpp2924 std::vector<int> arrIndices; in s_glGetUniformIndices() local
2927 arrIndices.push_back(sArrIndexOfUniformExpr(uniformNames[i], &err)); in s_glGetUniformIndices()
2939 ctx->m_shared->locationWARHostToApp(program, uniformIndices[i], arrIndices[i]); in s_glGetUniformIndices()