OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:autorelease_
(Results
1 - 3
of
3
) sorted by null
/external/libgdx/extensions/gdx-bullet/jni/swig/common/
gdxPooledObject.i
115
// gdxAutoFree##JTYPE
autoRelease_
$input(jenv, jc$1, $input);
120
gdxAutoFree##JTYPE
autoRelease_
$input(jenv, jc$1, $input);
gdxPooledTypemap.i
107
gdxPoolAutoRelease##JTYPE
autoRelease_
$input(jenv, TOSTRING##JTYPE(pool##JTYPE), $input);
/external/opencv3/modules/core/src/
opengl.cpp
323
void setAutoRelease(bool flag) {
autoRelease_
= flag; }
331
bool
autoRelease_
;
344
cv::ogl::Buffer::Impl::Impl() : bufId_(0),
autoRelease_
(false)
348
cv::ogl::Buffer::Impl::Impl(GLuint abufId, bool autoRelease) : bufId_(abufId),
autoRelease_
(autoRelease)
353
cv::ogl::Buffer::Impl::Impl(GLsizeiptr size, const GLvoid* data, GLenum target, bool autoRelease) : bufId_(0),
autoRelease_
(autoRelease)
372
if (
autoRelease_
&& bufId_)
854
void setAutoRelease(bool flag) {
autoRelease_
= flag; }
862
bool
autoRelease_
;
871
cv::ogl::Texture2D::Impl::Impl() : texId_(0),
autoRelease_
(false)
875
cv::ogl::Texture2D::Impl::Impl(GLuint atexId, bool autoRelease) : texId_(atexId),
autoRelease_
(autoRelease
[
all
...]
Completed in 114 milliseconds