Home
last modified time | relevance | path

Searched refs:mPlane (Results 1 – 7 of 7) sorted by relevance

/external/angle/src/libANGLE/renderer/vulkan/mac/
DIOSurfaceSurfaceVkMac.mm72 : OffscreenSurfaceVk(state, renderer), mIOSurface(nullptr), mPlane(0), mFormatIndex(-1)
81 mPlane = static_cast<int>(attribs.get(EGL_IOSURFACE_PLANE_ANGLE));
144 size_t rowBytes = IOSurfaceGetBytesPerRowOfPlane(mIOSurface, mPlane);
167 size_t width = IOSurfaceGetWidthOfPlane(mIOSurface, mPlane);
168 size_t height = IOSurfaceGetHeightOfPlane(mIOSurface, mPlane);
169 size_t rowLengthInPixels = IOSurfaceGetBytesPerRowOfPlane(mIOSurface, mPlane) /
170 IOSurfaceGetBytesPerElementOfPlane(mIOSurface, mPlane);
177 void *source = IOSurfaceGetBaseAddressOfPlane(mIOSurface, mPlane);
214 size_t outputRowPitchInBytes = IOSurfaceGetBytesPerRowOfPlane(mIOSurface, mPlane);
221 IOSurfaceGetBaseAddressOfPlane(mIOSurface, mPlane));
DIOSurfaceSurfaceVkMac.h56 int mPlane; variable
/external/angle/src/libANGLE/renderer/gl/eagl/
DIOSurfaceSurfaceEAGL.mm85 mPlane(0),
97 mPlane = static_cast<int>(attribs.get(EGL_IOSURFACE_PLANE_ANGLE));
101 ASSERT(IOSurfaceGetBytesPerRowOfPlane(mIOSurface, mPlane) %
102 IOSurfaceGetBytesPerElementOfPlane(mIOSurface, mPlane) ==
104 mRowStrideInPixels = static_cast<int>(IOSurfaceGetBytesPerRowOfPlane(mIOSurface, mPlane) /
105 IOSurfaceGetBytesPerElementOfPlane(mIOSurface, mPlane));
198 plane:mPlane])
382 plane:mPlane])
DIOSurfaceSurfaceEAGL.h86 int mPlane; variable
/external/libmonet/hct/
DHctSolver.java539 int mPlane = (int) Math.floor((lPlane + rPlane) / 2.0); in bisectToLimit() local
540 double midPlaneCoordinate = CRITICAL_PLANES[mPlane]; in bisectToLimit()
545 rPlane = mPlane; in bisectToLimit()
549 lPlane = mPlane; in bisectToLimit()
/external/angle/src/libANGLE/renderer/gl/cgl/
DIOSurfaceSurfaceCGL.cpp86 mPlane(0), in IOSurfaceSurfaceCGL()
99 mPlane = static_cast<int>(attribs.get(EGL_IOSURFACE_PLANE_ANGLE)); in IOSurfaceSurfaceCGL()
177 format.nativeFormat, format.nativeType, mIOSurface, mPlane); in bindTexImage()
309 format.nativeFormat, format.nativeType, mIOSurface, mPlane); in attachToFramebuffer()
DIOSurfaceSurfaceCGL.h85 int mPlane; variable