Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/
DEmulatedEglConfig.h162 EGLint packConfigs(GLuint bufferByteSize, GLuint* buffer) const;
DEmulatedEglConfig.cpp276 EGLint EmulatedEglConfigList::packConfigs(GLuint bufferByteSize, GLuint* buffer) const { in packConfigs() function in gfxstream::gl::EmulatedEglConfigList
/hardware/google/gfxstream/host/
DRenderControl.cpp731 return FrameBuffer::getFB()->getConfigs()->packConfigs(bufferSize, buffer); in rcGetConfigs()