Home
last modified time | relevance | path

Searched defs:getConfig (Results 1 – 10 of 10) sorted by relevance

/device/generic/vulkan-cereal/stream-servers/glestranslator/EGL/
DEglContext.h54 EglConfig* getConfig() { return m_config; }; in getConfig() function
DEglSurface.h52 EglConfig* getConfig() const { return m_config; } in getConfig() function
DEglDisplay.cpp355 EglConfig* EglDisplay::getConfig(EGLConfig conf) const { in getConfig() function in EglDisplay
428 EglConfig* EglDisplay::getConfig(EGLint id) const { in getConfig() function in EglDisplay
/device/generic/vulkan-cereal/third-party/angle/samples/sample_util/
DSampleApplication.cpp121 EGLConfig SampleApplication::getConfig() const in getConfig() function in SampleApplication
/device/generic/vulkan-cereal/third-party/angle/util/
DEGLWindow.cpp73 EGLConfig EGLWindow::getConfig() const in getConfig() function in EGLWindow
/device/generic/goldfish-opengl/system/codecs/omx/plugin/
DGoldfishOMXComponent.cpp278 OMX_ERRORTYPE GoldfishOMXComponent::getConfig( in getConfig() function in android::GoldfishOMXComponent
DGoldfishVideoDecoderOMXComponent.cpp536 OMX_ERRORTYPE GoldfishVideoDecoderOMXComponent::getConfig( in getConfig() function in android::GoldfishVideoDecoderOMXComponent
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DSurface.cpp373 const Config *Surface::getConfig() const in getConfig() function in egl::Surface
DContext.cpp2548 const egl::Config *Context::getConfig() const in getConfig() function in gl::Context
/device/generic/vulkan-cereal/stream-servers/
DFrameBuffer.h424 EGLConfig getConfig() const { return m_eglConfig; } in getConfig() function