Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/gl-host-common/include/host-common/opengl/
DEmuglBackendList.h29 EmuglBackendList(const char* execDir, int programBitness);
32 EmuglBackendList(int programBitness, const std::vector<std::string>& names);
/hardware/google/gfxstream/host/gl/gl-host-common/opengl/
DEmuglBackendList.cpp33 EmuglBackendList::EmuglBackendList(int programBitness, in EmuglBackendList() argument
35 mDefaultName("auto"), mNames(names), mProgramBitness(programBitness) { } in EmuglBackendList()