Home
last modified time | relevance | path

Searched defs:api (Results 1 – 9 of 9) sorted by relevance

/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglThreadInfo.h37 void setApi(EGLenum api) { m_api = api; } in setApi()
DEglValidate.cpp119 bool EglValidate::supportedApi(EGLenum api) { in supportedApi()
DEglImp.cpp1334 EGLAPI EGLBoolean EGLAPIENTRY eglBindAPI(EGLenum api) { in eglBindAPI()
/hardware/google/gfxstream/host/
DRenderLibImpl.cpp39 void RenderLibImpl::setAvdInfo(bool phone, int api) { in setAvdInfo()
DColorBuffer.cpp285 std::unique_ptr<BorrowedImageInfo> ColorBuffer::borrowForComposition(UsedApi api, bool isTarget) { in borrowForComposition()
306 std::unique_ptr<BorrowedImageInfo> ColorBuffer::borrowForDisplay(UsedApi api) { in borrowForDisplay()
DFrameBuffer.cpp2815 const auto api = m_useVulkanComposition ? ColorBuffer::UsedApi::kVk : ColorBuffer::UsedApi::kGl; in borrowColorBufferForComposition() local
2837 const auto api = m_useVulkanComposition ? ColorBuffer::UsedApi::kVk : ColorBuffer::UsedApi::kGl; in borrowColorBufferForDisplay() local
/hardware/interfaces/weaver/vts/
DVtsHalWeaverTargetTest.cpp181 std::string api, instance_name; in SetUp() local
/hardware/google/gfxstream/host/gl/
DEmulationGl.cpp678 GLESApi api, in createEmulatedEglContext()
/hardware/google/gfxstream/guest/egl/
Degl.cpp1513 EGLBoolean eglBindAPI(EGLenum api) in eglBindAPI()