Home
last modified time | relevance | path

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

/device/generic/opengl-transport/host/libs/virglrenderer/
DGLESv3.cpp386 static std::vector<std::string> sUnpackVarNames(GLsizei count, const char* packedNames) { in sUnpackVarNames()
404 static void glGetUniformIndicesAEMU(GLuint program, GLsizei uniformCount, const GLchar* packedNames, in glGetUniformIndicesAEMU()
/device/generic/vulkan-cereal/stream-servers/gl/gles2_dec/
DGLESv2Decoder.cpp546 static std::vector<std::string> sUnpackVarNames(GLsizei count, const char* packedNames) { in sUnpackVarNames()
564 …rmIndicesAEMU(void* self, GLuint program, GLsizei uniformCount, const GLchar* packedNames, GLsizei… in s_glGetUniformIndicesAEMU()