OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mCurrentSerial
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Gallery/src/com/android/camera/
ImageGetter.java
73
private int
mCurrentSerial
;
110
if (requestSerial ==
mCurrentSerial
) {
122
if (requestSerial ==
mCurrentSerial
) {
183
mCurrentSerial
);
217
false, rb,
mCurrentSerial
);
222
mHandler.postGetterCallback(completedCallback(
mCurrentSerial
));
277
mCurrentSerial
+= 1;
/external/chromium_org/third_party/angle_dx11/src/libGLESv2/
Renderbuffer.cpp
21
unsigned int RenderbufferStorage::
mCurrentSerial
= 1;
358
return
mCurrentSerial
++;
363
unsigned int firstSerial =
mCurrentSerial
;
364
mCurrentSerial
+= 6;
Renderbuffer.h
160
static unsigned int
mCurrentSerial
;
ProgramBinary.h
170
static unsigned int
mCurrentSerial
;
ProgramBinary.cpp
42
unsigned int ProgramBinary::
mCurrentSerial
= 1;
97
return
mCurrentSerial
++;
[
all
...]
Completed in 571 milliseconds