Home
last modified time | relevance | path

Searched refs:mFormatIndex (Results 1 – 6 of 6) sorted by relevance

/external/angle/src/libANGLE/renderer/gl/cgl/
DIOSurfaceSurfaceCGL.cpp88 mFormatIndex(-1), in IOSurfaceSurfaceCGL()
102 mFormatIndex = in IOSurfaceSurfaceCGL()
104 ASSERT(mFormatIndex >= 0); in IOSurfaceSurfaceCGL()
165 const auto &format = kIOSurfaceFormats[mFormatIndex]; in bindTexImage()
293 const auto &format = kIOSurfaceFormats[mFormatIndex]; in createDefaultFramebuffer()
336 const auto &format = kIOSurfaceFormats[mFormatIndex]; in hasEmulatedAlphaChannel()
DIOSurfaceSurfaceCGL.h77 int mFormatIndex; variable
/external/angle/src/libANGLE/renderer/gl/eagl/
DIOSurfaceSurfaceEAGL.mm86 mFormatIndex(-1),
109 mFormatIndex =
111 ASSERT(mFormatIndex >= 0);
181 const auto &format = kIOSurfaceFormats[mFormatIndex];
251 const auto &format = kIOSurfaceFormats[mFormatIndex];
368 const auto &format = kIOSurfaceFormats[mFormatIndex];
419 const auto &format = kIOSurfaceFormats[mFormatIndex];
DIOSurfaceSurfaceEAGL.h77 int mFormatIndex; variable
/external/angle/src/libANGLE/renderer/vulkan/mac/
DIOSurfaceSurfaceVkMac.mm70 : OffscreenSurfaceVk(state, renderer), mIOSurface(nullptr), mPlane(0), mFormatIndex(-1)
83 mFormatIndex =
85 ASSERT(mFormatIndex >= 0);
119 renderer->getFormat(kIOSurfaceFormats[mFormatIndex].nativeSizedInternalFormat), samples,
DIOSurfaceSurfaceVkMac.h55 int mFormatIndex; variable