Searched defs:retValue (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libeffects/proxy/
H A DEffectProxy.cpp84 int retValue = EffectGetSubEffects(uuid, sube, SUB_FX_COUNT); local
86 if (retValue != SUB_FX_COUNT) {
/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DAppCacheTest.java442 public boolean retValue = false; field in class:AppCacheTest.PackageDataObserver
447 retValue = succeeded;
477 return observer.retValue;
503 return observer.retValue;
549 public boolean retValue = false; field in class:AppCacheTest.PackageStatsObserver
556 retValue = succeeded;
688 return observer.retValue;
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_api.cpp568 GLenum retValue = glContext->hooks->gl.glCheckFramebufferStatus(target); local
576 rt->add_intvalue((int)retValue);
586 return retValue;
1090 GLuint retValue = glContext->hooks->gl.glCreateProgram(); local
1098 rt->add_intvalue(retValue);
1108 return retValue;
1126 GLuint retValue = glContext->hooks->gl.glCreateShader(type); local
1134 rt->add_intvalue(retValue);
1144 return retValue;
2237 GLint retValue local
2344 GLenum retValue = glContext->hooks->gl.glGetError(); local
2812 const GLubyte * retValue = glContext->hooks->gl.glGetString(name); local
3019 GLint retValue = glContext->hooks->gl.glGetUniformLocation(program, name); local
3213 GLboolean retValue = glContext->hooks->gl.glIsBuffer(buffer); local
3249 GLboolean retValue = glContext->hooks->gl.glIsEnabled(cap); local
3285 GLboolean retValue = glContext->hooks->gl.glIsFramebuffer(framebuffer); local
3321 GLboolean retValue = glContext->hooks->gl.glIsProgram(program); local
3357 GLboolean retValue = glContext->hooks->gl.glIsRenderbuffer(renderbuffer); local
3393 GLboolean retValue = glContext->hooks->gl.glIsShader(shader); local
3429 GLboolean retValue = glContext->hooks->gl.glIsTexture(texture); local
6311 GLboolean retValue = glContext->hooks->gl.glIsQuery(id); local
6491 GLboolean retValue = glContext->hooks->gl.glUnmapBuffer(target); local
7089 void * retValue = glContext->hooks->gl.glMapBufferRange(target, offset, length, access); local
7264 GLboolean retValue = glContext->hooks->gl.glIsVertexArray(array); local
7954 GLint retValue = glContext->hooks->gl.glGetFragDataLocation(program, name); local
8502 const GLubyte * retValue = glContext->hooks->gl.glGetStringi(name, index); local
8699 GLuint retValue = glContext->hooks->gl.glGetUniformBlockIndex(program, uniformBlockName); local
8982 GLsync retValue = glContext->hooks->gl.glFenceSync(condition, flags); local
9019 GLboolean retValue = glContext->hooks->gl.glIsSync(sync); local
9097 GLenum retValue = glContext->hooks->gl.glClientWaitSync(sync, flags, timeout); local
9417 GLboolean retValue = glContext->hooks->gl.glIsSampler(sampler); local
9869 GLboolean retValue = glContext->hooks->gl.glIsTransformFeedback(id); local
10644 GLuint retValue = glContext->hooks->gl.glGetProgramResourceIndex(program, programInterface, name); local
10826 GLint retValue = glContext->hooks->gl.glGetProgramResourceLocation(program, programInterface, name); local
10949 GLuint retValue = glContext->hooks->gl.glCreateShaderProgramv(type, count, strings); local
11084 GLboolean retValue = glContext->hooks->gl.glIsProgramPipeline(pipeline); local
13687 GLuint retValue = glContext->hooks->gl.glGetDebugMessageLogKHR(count, bufSize, sources, types, ids, severities, lengths, messageLog); local
14203 void * retValue = glContext->hooks->gl.glMapBufferOES(target, access); local
14240 GLboolean retValue = glContext->hooks->gl.glUnmapBufferOES(target); local
14979 GLboolean retValue = glContext->hooks->gl.glIsVertexArrayOES(array); local
15935 GLsync retValue = glContext->hooks->gl.glFenceSyncAPPLE(condition, flags); local
15972 GLboolean retValue = glContext->hooks->gl.glIsSyncAPPLE(sync); local
16050 GLenum retValue = glContext->hooks->gl.glClientWaitSyncAPPLE(sync, flags, timeout); local
16634 GLboolean retValue = glContext->hooks->gl.glIsQueryEXT(id); local
17298 GLboolean retValue = glContext->hooks->gl.glIsEnablediEXT(target, index); local
17531 void * retValue = glContext->hooks->gl.glMapBufferRangeEXT(target, offset, length, access); local
18001 GLenum retValue = glContext->hooks->gl.glGetGraphicsResetStatusEXT(); local
18276 GLuint retValue = glContext->hooks->gl.glCreateShaderProgramvEXT(type, count, strings); local
18472 GLboolean retValue = glContext->hooks->gl.glIsProgramPipelineEXT(pipeline); local
22014 GLboolean retValue = glContext->hooks->gl.glIsFenceNV(fence); local
22050 GLboolean retValue = glContext->hooks->gl.glTestFenceNV(fence); local
23316 GLboolean retValue = glContext->hooks->gl.glExtIsProgramBinaryQCOM(program); local
29609 GLboolean retValue = glContext->hooks->gl.glIsRenderbufferOES(renderbuffer); local
29836 GLboolean retValue = glContext->hooks->gl.glIsFramebufferOES(framebuffer); local
29976 GLenum retValue = glContext->hooks->gl.glCheckFramebufferStatusOES(target); local
30376 GLbitfield retValue = glContext->hooks->gl.glQueryMatrixxOES(mantissa, exponent); local
[all...]

Completed in 1947 milliseconds