Home
last modified time | relevance | path

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 DComposerResources.h189 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 DJniCodeEmitter.java232 void printIfcheckPostamble(PrintStream out, boolean isBuffer, boolean emitExceptionCheck, in printIfcheckPostamble()
238 void printIfcheckPostamble(PrintStream out, boolean isBuffer, boolean emitExceptionCheck, in printIfcheckPostamble()
403boolean isBuffer, boolean emitExceptionCheck, String offset, String remaining, String iii) { in emitNativeBoundsChecks()
481boolean isBuffer, boolean emitExceptionCheck, String offset, String remaining, String iii) { in emitSentinelCheck()
H A DJType.java195 public boolean isBuffer() { in isBuffer() method in JType
/aosp12/frameworks/native/services/surfaceflinger/FrameTimeline/
H A DFrameTimeline.cpp307 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 DFrameTimelineTest.cpp880 ProtoJankType jankType, ProtoPredictionType predictionType, bool isBuffer) { in createProtoActualSurfaceFrameStart()