Home
last modified time | relevance | path

Searched refs:retval (Results 1 – 14 of 14) sorted by relevance

/device/generic/goldfish/opengl/tests/gles_android_wrapper/
Dgles_dispatch.h295 … set_glAlphaFunc(glAlphaFunc_t f) { glAlphaFunc_t retval = glAlphaFunc; glAlphaFunc = f; return re… in set_glAlphaFunc() local
296 …_glClearColor(glClearColor_t f) { glClearColor_t retval = glClearColor; glClearColor = f; return r… in set_glClearColor() local
297 …learDepthf(glClearDepthf_t f) { glClearDepthf_t retval = glClearDepthf; glClearDepthf = f; return in set_glClearDepthf() local
298 …_glClipPlanef(glClipPlanef_t f) { glClipPlanef_t retval = glClipPlanef; glClipPlanef = f; return r… in set_glClipPlanef() local
299 …olor4f_t set_glColor4f(glColor4f_t f) { glColor4f_t retval = glColor4f; glColor4f = f; return retv… in set_glColor4f() local
300 …epthRangef(glDepthRangef_t f) { glDepthRangef_t retval = glDepthRangef; glDepthRangef = f; return in set_glDepthRangef() local
301 glFogf_t set_glFogf(glFogf_t f) { glFogf_t retval = glFogf; glFogf = f; return retval;} in set_glFogf() local
302 glFogfv_t set_glFogfv(glFogfv_t f) { glFogfv_t retval = glFogfv; glFogfv = f; return retval;} in set_glFogfv() local
303 …mf_t set_glFrustumf(glFrustumf_t f) { glFrustumf_t retval = glFrustumf; glFrustumf = f; return ret… in set_glFrustumf() local
304 …anef(glGetClipPlanef_t f) { glGetClipPlanef_t retval = glGetClipPlanef; glGetClipPlanef = f; retur… in set_glGetClipPlanef() local
[all …]
Degl_dispatch.h67 … set_eglGetError(eglGetError_t f) { eglGetError_t retval = eglGetError; eglGetError = f; return re… in set_eglGetError() local
68 …GetDisplay(eglGetDisplay_t f) { eglGetDisplay_t retval = eglGetDisplay; eglGetDisplay = f; return in set_eglGetDisplay() local
69 …Initialize(eglInitialize_t f) { eglInitialize_t retval = eglInitialize; eglInitialize = f; return in set_eglInitialize() local
70 …_eglTerminate(eglTerminate_t f) { eglTerminate_t retval = eglTerminate; eglTerminate = f; return r… in set_eglTerminate() local
71 …yString(eglQueryString_t f) { eglQueryString_t retval = eglQueryString; eglQueryString = f; return… in set_eglQueryString() local
72 …GetConfigs(eglGetConfigs_t f) { eglGetConfigs_t retval = eglGetConfigs; eglGetConfigs = f; return in set_eglGetConfigs() local
73 …nfig(eglChooseConfig_t f) { eglChooseConfig_t retval = eglChooseConfig; eglChooseConfig = f; retur… in set_eglChooseConfig() local
74 …etConfigAttrib_t f) { eglGetConfigAttrib_t retval = eglGetConfigAttrib; eglGetConfigAttrib = f; re… in set_eglGetConfigAttrib() local
75 …urface_t f) { eglCreateWindowSurface_t retval = eglCreateWindowSurface; eglCreateWindowSurface = f… in set_eglCreateWindowSurface() local
76 …face_t f) { eglCreatePbufferSurface_t retval = eglCreatePbufferSurface; eglCreatePbufferSurface = … in set_eglCreatePbufferSurface() local
[all …]
/device/generic/goldfish/opengl/system/renderControl_enc/
DrenderControl_enc.cpp33 GLint retval; in rcGetRendererVersion_enc() local
34 stream->readback(&retval, 4); in rcGetRendererVersion_enc()
35 return retval; in rcGetRendererVersion_enc()
57 EGLint retval; in rcGetEGLVersion_enc() local
58 stream->readback(&retval, 4); in rcGetEGLVersion_enc()
59 return retval; in rcGetEGLVersion_enc()
80 EGLint retval; in rcQueryEGLString_enc() local
81 stream->readback(&retval, 4); in rcQueryEGLString_enc()
82 return retval; in rcQueryEGLString_enc()
103 EGLint retval; in rcGetGLString_enc() local
[all …]
/device/generic/goldfish/opengl/shared/OpenglCodecCommon/
DglUtils.cpp23 size_t retval = 0; in glSizeof() local
27 retval = 1; in glSizeof()
32 retval = 2; in glSizeof()
38 retval = 4; in glSizeof()
42 retval = 8; in glSizeof()
48 retval = 8; in glSizeof()
53 retval = 12; in glSizeof()
59 retval = 16; in glSizeof()
62 retval = 36; in glSizeof()
65 retval = 64; in glSizeof()
[all …]
DGLClientState.cpp132 int retval; in getLocation() local
136 retval = int(VERTEX_LOCATION); in getLocation()
139 retval = int(NORMAL_LOCATION); in getLocation()
142 retval = int(COLOR_LOCATION); in getLocation()
145 retval = int(POINTSIZE_LOCATION); in getLocation()
148 retval = int (TEXCOORD0_LOCATION + m_activeTexture); in getLocation()
151 retval = int (MATRIXINDEX_LOCATION); in getLocation()
154 retval = int (WEIGHT_LOCATION); in getLocation()
157 retval = loc; in getLocation()
159 return retval; in getLocation()
[all …]
DSocketStream.cpp96 int retval = 0; in writeFully() local
102 retval = stat; in writeFully()
110 return retval; in writeFully()
DWin32PipeStream.cpp183 int retval = 0; in commitBuffer() local
188 retval = -1; in commitBuffer()
194 return retval; in commitBuffer()
/device/generic/goldfish/opengl/system/OpenglSystemCommon/
DQemuPipeStream.cpp96 int retval = 0; in writeFully() local
106 retval = -1; in writeFully()
112 retval = stat; in writeFully()
117 return retval; in writeFully()
/device/generic/goldfish/camera/
DEmulatedCameraHotplugThread.cpp354 int retval; in readFile() local
360 retval = 0; // empty file is the same thing as 0 in readFile()
362 retval = 0; in readFile()
364 retval = 1; in readFile()
369 return retval; in readFile()
/device/generic/goldfish/opengl/system/GLESv2_enc/
Dgl2_enc.cpp274 GLenum retval; in glCheckFramebufferStatus_enc() local
275 stream->readback(&retval, 4); in glCheckFramebufferStatus_enc()
276 return retval; in glCheckFramebufferStatus_enc()
483 GLuint retval; in glCreateProgram_enc() local
484 stream->readback(&retval, 4); in glCreateProgram_enc()
485 return retval; in glCreateProgram_enc()
502 GLuint retval; in glCreateShader_enc() local
503 stream->readback(&retval, 4); in glCreateShader_enc()
504 return retval; in glCreateShader_enc()
1027 int retval; in glGetAttribLocation_enc() local
[all …]
DGL2Encoder.cpp156 GLubyte *retval = (GLubyte *) ""; in s_glGetString() local
159 retval = gVendorString; in s_glGetString()
162 retval = gRendererString; in s_glGetString()
165 retval = gVersionString; in s_glGetString()
168 retval = gExtensionsString; in s_glGetString()
171 return retval; in s_glGetString()
/device/generic/goldfish/opengl/system/GLESv1_enc/
Dgl_enc.cpp1406 GLenum retval; in glGetError_enc() local
1407 stream->readback(&retval, 4); in glGetError_enc()
1408 return retval; in glGetError_enc()
1591 GLboolean retval; in glIsBuffer_enc() local
1592 stream->readback(&retval, 1); in glIsBuffer_enc()
1593 return retval; in glIsBuffer_enc()
1610 GLboolean retval; in glIsEnabled_enc() local
1611 stream->readback(&retval, 1); in glIsEnabled_enc()
1612 return retval; in glIsEnabled_enc()
1629 GLboolean retval; in glIsTexture_enc() local
[all …]
DGLEncoder.cpp240 GLubyte *retval = (GLubyte *) ""; in s_glGetString() local
243 retval = gVendorString; in s_glGetString()
246 retval = gRendererString; in s_glGetString()
249 retval = gVersionString; in s_glGetString()
252 retval = gExtensionsString; in s_glGetString()
255 return retval; in s_glGetString()
/device/lge/mako/camera/
DQualcommCameraHardware.cpp7968 bool retval = false; in updatePictureDimension() local
7993 retval = true; in updatePictureDimension()
7996 return retval; in updatePictureDimension()