OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:offsetbuf
(Results
1 - 3
of
3
) sorted by null
/external/icu/icu4c/source/extra/uconv/
uconv.cpp
670
UChar linebuf[20],
offsetbuf
[20];
local
672
uprv_itou(
offsetbuf
, 20, parse.offset, 10, 0);
674
u_wmsg_errorName(err), linebuf,
offsetbuf
);
[
all
...]
/external/deqp/modules/gles3/functional/
es3fDrawTests.cpp
683
deUint32
offsetBuf
= 0;
727
ctx.genBuffers(1, &
offsetBuf
);
728
ctx.bindBuffer(GL_ARRAY_BUFFER,
offsetBuf
);
763
ctx.deleteBuffers(1, &
offsetBuf
);
[
all
...]
/external/deqp/modules/gles31/functional/
es31fDrawTests.cpp
814
deUint32
offsetBuf
= 0;
862
ctx.genBuffers(1, &
offsetBuf
);
863
ctx.bindBuffer(GL_ARRAY_BUFFER,
offsetBuf
);
926
ctx.deleteBuffers(1, &
offsetBuf
);
[
all
...]
Completed in 472 milliseconds