OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:incRef
(Results
1 - 10
of
10
) sorted by null
/device/generic/opengl-transport/host/libs/virglrenderer/include/nativebase/
nativebase.h
36
void (*
incRef
)(android_native_base_t*);
/external/swiftshader/include/Android/nativebase/
nativebase.h
36
void (*
incRef
)(android_native_base_t*);
/external/deqp/framework/platform/android/
tcuAndroidInternals.cpp
163
//! access android_native_base_t::
incRef
222
if (!baseFunctions.
incRef
|| !baseFunctions.decRef)
224
baseFunctions.
incRef
= getNativeBaseIncRefFunc(base);
229
baseFunctions.
incRef
(base);
244
m_baseFunctions.
incRef
= DE_NULL;
tcuAndroidInternals.hpp
119
incRefFunc
incRef
;
/external/swiftshader/src/Main/
FrameBufferAndroid.cpp
54
nativeWindow->common.
incRef
(&nativeWindow->common);
/external/swiftshader/src/WSI/
FrameBufferAndroid.cpp
54
nativeWindow->common.
incRef
(&nativeWindow->common);
/external/swiftshader/src/OpenGL/common/
Image.hpp
274
nativeBuffer->common.
incRef
(&nativeBuffer->common);
/device/generic/opengl-transport/host/libs/virglrenderer/
RenderControl.cpp
65
common.
incRef
= incRefANWB;
150
common.
incRef
= incRefANW;
/external/mesa3d/src/egl/drivers/dri2/
platform_android.c
216
dri2_surf->buffer->common.
incRef
(&dri2_surf->buffer->common);
363
window->common.
incRef
(&window->common);
[
all
...]
/device/generic/goldfish-opengl/system/egl/
egl.cpp
391
nativeWindow->common.
incRef
(&nativeWindow->common);
[
all
...]
Completed in 936 milliseconds