Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/
DEmulatedEglConfig.h70 friend class EmulatedEglConfigList;
102 class EmulatedEglConfigList {
110 explicit EmulatedEglConfigList(EGLDisplay display,
165 EmulatedEglConfigList(const EmulatedEglConfigList& other) = delete;
DEmulatedEglConfig.cpp133 EmulatedEglConfigList::EmulatedEglConfigList(EGLDisplay display, in EmulatedEglConfigList() function in gfxstream::gl::EmulatedEglConfigList
163 int EmulatedEglConfigList::chooseConfig(const EGLint* attribs, in chooseConfig()
266 void EmulatedEglConfigList::getPackInfo(EGLint* numConfigs, in getPackInfo()
276 EGLint EmulatedEglConfigList::packConfigs(GLuint bufferByteSize, GLuint* buffer) const { in packConfigs()
DEmulationGl.h93 const EmulatedEglConfigList& getEmulationEglConfigs() const { return *mEmulatedEglConfigs; } in getEmulationEglConfigs()
182 std::unique_ptr<EmulatedEglConfigList> mEmulatedEglConfigs;
DEmulationGl.cpp366 std::make_unique<EmulatedEglConfigList>(emulationGl->mEglDisplay, in create()
/hardware/google/gfxstream/host/tests/
DFrameBuffer_unittest.cpp53 using gl::EmulatedEglConfigList;
382 const EmulatedEglConfigList* configs = mFb->getConfigs(); in TEST_F()
/hardware/google/gfxstream/host/
DFrameBuffer.h518 const gl::EmulatedEglConfigList* getConfigs() const;
DFrameBuffer.cpp85 using gl::EmulatedEglConfigList;
3024 const EmulatedEglConfigList* FrameBuffer::getConfigs() const { in getConfigs()