Searched defs:isBuffer (Results 1 – 5 of 5) sorted by relevance
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/resources/include/composer-resources/2.1/ |
H A D | ComposerResources.h | 189 explicit ReplacedHandle(bool isBuffer) : mIsBuffer(isBuffer) {} in ReplacedHandle() 195 bool isBuffer() { return mIsBuffer; } in isBuffer() function
|
/aosp12/frameworks/native/opengl/tools/glgen/src/ |
H A D | JniCodeEmitter.java | 232 void printIfcheckPostamble(PrintStream out, boolean isBuffer, boolean emitExceptionCheck, in printIfcheckPostamble() 238 void printIfcheckPostamble(PrintStream out, boolean isBuffer, boolean emitExceptionCheck, in printIfcheckPostamble() 403 … boolean isBuffer, boolean emitExceptionCheck, String offset, String remaining, String iii) { in emitNativeBoundsChecks() 481 … boolean isBuffer, boolean emitExceptionCheck, String offset, String remaining, String iii) { in emitSentinelCheck()
|
H A D | JType.java | 195 public boolean isBuffer() { in isBuffer() method in JType
|
/aosp12/frameworks/native/services/surfaceflinger/FrameTimeline/ |
H A D | FrameTimeline.cpp | 307 TraceCookieCounter* traceCookieCounter, bool isBuffer, int32_t gameMode) in SurfaceFrame() 781 std::string layerName, std::string debugName, bool isBuffer, int32_t gameMode) { in createSurfaceFrameForToken()
|
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/ |
H A D | FrameTimelineTest.cpp | 880 ProtoJankType jankType, ProtoPredictionType predictionType, bool isBuffer) { in createProtoActualSurfaceFrameStart()
|