Home
last modified time | relevance | path

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

/frameworks/native/opengl/tools/glgen/src/
DJniCodeEmitter.java232 void printIfcheckPostamble(PrintStream out, boolean isBuffer, boolean emitExceptionCheck, in printIfcheckPostamble() argument
234 printIfcheckPostamble(out, isBuffer, emitExceptionCheck, in printIfcheckPostamble()
238 void printIfcheckPostamble(PrintStream out, boolean isBuffer, boolean emitExceptionCheck, in printIfcheckPostamble() argument
251 (isBuffer ? "remaining()" : "length - " + offset) + in printIfcheckPostamble()
403 … boolean isBuffer, boolean emitExceptionCheck, String offset, String remaining, String iii) { in emitNativeBoundsChecks() argument
414 printIfcheckPostamble(out, isBuffer, emitExceptionCheck, in emitNativeBoundsChecks()
441 (isBuffer ? "remaining()" : "length - " + in emitNativeBoundsChecks()
476 printIfcheckPostamble(out, isBuffer, emitExceptionCheck, iii); in emitNativeBoundsChecks()
481 … boolean isBuffer, boolean emitExceptionCheck, String offset, String remaining, String iii) { in emitSentinelCheck() argument
583 } else if (jfunc.getArgType(idx).isBuffer()) { in hasNonConstArg()
[all …]
DJFunc.java85 if (argType.isBuffer()) { in addArgument()
DJType.java195 public boolean isBuffer() { in isBuffer() method in JType
/frameworks/native/services/surfaceflinger/FrameTimeline/
DFrameTimeline.h157 TraceCookieCounter* traceCookieCounter, bool isBuffer, int32_t gameMode);
283 int32_t layerId, std::string layerName, std::string debugName, bool isBuffer,
443 int32_t layerId, std::string layerName, std::string debugName, bool isBuffer,
DFrameTimeline.cpp307 TraceCookieCounter* traceCookieCounter, bool isBuffer, int32_t gameMode) in SurfaceFrame() argument
322 mIsBuffer(isBuffer),
781 std::string layerName, std::string debugName, bool isBuffer, int32_t gameMode) { in createSurfaceFrameForToken() argument
788 isBuffer, gameMode); in createSurfaceFrameForToken()
797 &mTraceCookieCounter, isBuffer, gameMode); in createSurfaceFrameForToken()
803 isBuffer, gameMode); in createSurfaceFrameForToken()
/frameworks/native/services/surfaceflinger/tests/unittests/
DFrameTimelineTest.cpp880 ProtoJankType jankType, ProtoPredictionType predictionType, bool isBuffer) { in createProtoActualSurfaceFrameStart() argument
892 proto.set_is_buffer(isBuffer); in createProtoActualSurfaceFrameStart()