Searched refs:getGlesVersion (Results 1 – 11 of 11) sorted by relevance
/hardware/google/gfxstream/host/ |
D | RenderLibImpl.cpp | 43 void RenderLibImpl::getGlesVersion(int* maj, int* min) { in getGlesVersion() function in gfxstream::RenderLibImpl 44 emugl::getGlesVersion(maj, min); in getGlesVersion()
|
D | RenderLibImpl.h | 32 virtual void getGlesVersion(int* maj, int* min) override;
|
D | FrameBuffer.cpp | 3004 emugl::getGlesVersion(&maj, &min); in createSharedTrivialContext()
|
/hardware/google/gfxstream/host/gl/gl-host-common/include/host-common/opengl/ |
D | misc.h | 41 EMUGL_COMMON_API void getGlesVersion(int* maj, int* min);
|
/hardware/google/gfxstream/host/gl/gl-host-common/opengl/ |
D | misc.cpp | 37 void emugl::getGlesVersion(int* maj, int* min) { in getGlesVersion() function in emugl
|
/hardware/google/gfxstream/include/render-utils/ |
D | RenderLib.h | 69 virtual void getGlesVersion(int* maj, int* min) = 0;
|
/hardware/google/gfxstream/host/gl/gl-host-common/ |
D | opengles.cpp | 252 sRenderLib->getGlesVersion(glesMajorVersion_out, glesMinorVersion_out); in android_startOpenglesRenderer() 349 sRenderLib->getGlesVersion(maj, min); in android_getOpenglesVersion()
|
/hardware/google/gfxstream/host/gl/ |
D | EmulationGl.cpp | 304 emugl::getGlesVersion(&glesVersionMajor, &glesVersionMinor); in create() 532 emugl::getGlesVersion(&glesMaj, &glesMin); in getGlesMaxContextAttribs() 572 void EmulationGl::getGlesVersion(GLint* major, GLint* minor) const { in getGlesVersion() function in gfxstream::gl::EmulationGl
|
D | EmulationGl.h | 75 void getGlesVersion(GLint* major, GLint* minor) const;
|
D | GLESVersionDetector.cpp | 154 emugl::getGlesVersion(&dispatchMaj, &dispatchMin); in shouldEnableCoreProfile()
|
D | YUVConverter.cpp | 901 emugl::getGlesVersion(&glesMajor, &glesMinor); in init()
|