Home
last modified time | relevance | path

Searched defs:ctx (Results 1 – 22 of 22) sorted by relevance

/development/tools/emulator/opengl/system/GLESv2_enc/
DGL2Encoder.cpp123 GL2Encoder *ctx = (GL2Encoder *)self; in s_glGetError() local
136 GL2Encoder *ctx = (GL2Encoder *) self; in s_glFlush() local
163 GL2Encoder *ctx = (GL2Encoder *)self; in s_glPixelStorei() local
172 GL2Encoder *ctx = (GL2Encoder *) self; in s_glBindBuffer() local
181 GL2Encoder *ctx = (GL2Encoder *) self; in s_glBufferData() local
192 GL2Encoder *ctx = (GL2Encoder *) self; in s_glBufferSubData() local
204 GL2Encoder *ctx = (GL2Encoder *) self; in s_glDeleteBuffers() local
214 GL2Encoder *ctx = (GL2Encoder *)self; in s_glVertexAtrribPointer() local
221 GL2Encoder *ctx = (GL2Encoder *) self; in s_glGetIntegerv() local
268 GL2Encoder *ctx = (GL2Encoder *)self; in s_glGetFloatv() local
[all …]
Dgl2_enc.cpp20 gl2_encoder_context_t *ctx = (gl2_encoder_context_t *)self; in glActiveTexture_enc() local
35 gl2_encoder_context_t *ctx = (gl2_encoder_context_t *)self; in glAttachShader_enc() local
51 gl2_encoder_context_t *ctx = (gl2_encoder_context_t *)self; in glBindAttribLocation_enc() local
70 gl2_encoder_context_t *ctx = (gl2_encoder_context_t *)self; in glBindBuffer_enc() local
86 gl2_encoder_context_t *ctx = (gl2_encoder_context_t *)self; in glBindFramebuffer_enc() local
102 gl2_encoder_context_t *ctx = (gl2_encoder_context_t *)self; in glBindRenderbuffer_enc() local
118 gl2_encoder_context_t *ctx = (gl2_encoder_context_t *)self; in glBindTexture_enc() local
134 gl2_encoder_context_t *ctx = (gl2_encoder_context_t *)self; in glBlendColor_enc() local
152 gl2_encoder_context_t *ctx = (gl2_encoder_context_t *)self; in glBlendEquation_enc() local
167 gl2_encoder_context_t *ctx = (gl2_encoder_context_t *)self; in glBlendEquationSeparate_enc() local
[all …]
DGL2EncoderUtils.cpp23 GL2Encoder *ctx = (GL2Encoder *)self; in pixelDataSize() local
36 GL2Encoder * ctx = (GL2Encoder *) self; in uniformType() local
/development/tools/emulator/opengl/system/GLESv1_enc/
DGLEncoder.cpp46 GLEncoder *ctx = (GLEncoder *)self; in s_glGetError() local
73 GLEncoder *ctx = (GLEncoder *)self; in s_glGetIntegerv() local
111 GLEncoder *ctx = (GLEncoder *)self; in s_glGetFloatv() local
150 GLEncoder *ctx = (GLEncoder *)self; in s_glGetFixedv() local
189 GLEncoder *ctx = (GLEncoder *)self; in s_glGetBooleanv() local
224 GLEncoder * ctx = (GLEncoder *) self; in s_glGetPointerv() local
231 GLEncoder *ctx = (GLEncoder *)self; in s_glFlush() local
258 GLEncoder *ctx = (GLEncoder *)self; in s_glPixelStorei() local
266 GLEncoder *ctx = (GLEncoder *)self; in s_glVertexPointer() local
273 GLEncoder *ctx = (GLEncoder *)self; in s_glNormalPointer() local
[all …]
Dgl_enc.cpp20 gl_encoder_context_t *ctx = (gl_encoder_context_t *)self; in glAlphaFunc_enc() local
36 gl_encoder_context_t *ctx = (gl_encoder_context_t *)self; in glClearColor_enc() local
54 gl_encoder_context_t *ctx = (gl_encoder_context_t *)self; in glClearDepthf_enc() local
69 gl_encoder_context_t *ctx = (gl_encoder_context_t *)self; in glClipPlanef_enc() local
87 gl_encoder_context_t *ctx = (gl_encoder_context_t *)self; in glColor4f_enc() local
105 gl_encoder_context_t *ctx = (gl_encoder_context_t *)self; in glDepthRangef_enc() local
121 gl_encoder_context_t *ctx = (gl_encoder_context_t *)self; in glFogf_enc() local
137 gl_encoder_context_t *ctx = (gl_encoder_context_t *)self; in glFogfv_enc() local
155 gl_encoder_context_t *ctx = (gl_encoder_context_t *)self; in glFrustumf_enc() local
175 gl_encoder_context_t *ctx = (gl_encoder_context_t *)self; in glGetClipPlanef_enc() local
[all …]
DGLEncoderUtils.cpp22 GLEncoder *ctx = (GLEncoder *)self; in pixelDataSize() local
/development/tools/emulator/opengl/system/renderControl_enc/
DrenderControl_enc.cpp20 renderControl_encoder_context_t *ctx = (renderControl_encoder_context_t *)self; in rcGetRendererVersion_enc() local
38 renderControl_encoder_context_t *ctx = (renderControl_encoder_context_t *)self; in rcGetEGLVersion_enc() local
62 renderControl_encoder_context_t *ctx = (renderControl_encoder_context_t *)self; in rcQueryEGLString_enc() local
85 renderControl_encoder_context_t *ctx = (renderControl_encoder_context_t *)self; in rcGetGLString_enc() local
108 renderControl_encoder_context_t *ctx = (renderControl_encoder_context_t *)self; in rcGetNumConfigs_enc() local
129 renderControl_encoder_context_t *ctx = (renderControl_encoder_context_t *)self; in rcGetConfigs_enc() local
151 renderControl_encoder_context_t *ctx = (renderControl_encoder_context_t *)self; in rcChooseConfig_enc() local
177 renderControl_encoder_context_t *ctx = (renderControl_encoder_context_t *)self; in rcGetFBParam_enc() local
196 renderControl_encoder_context_t *ctx = (renderControl_encoder_context_t *)self; in rcCreateContext_enc() local
217 renderControl_encoder_context_t *ctx = (renderControl_encoder_context_t *)self; in rcDestroyContext_enc() local
[all …]
/development/samples/KeyChainDemo/src/com/example/android/keychain/
DSecureWebServer.java57 public SecureWebServer(Context ctx) { in SecureWebServer()
172 private String createBase64Image(Context ctx) { in createBase64Image()
/development/tools/emulator/opengl/tests/gles_android_wrapper/
Dglesv1_emul_ifc.cpp28 gl_wrapper_context_t *ctx = new gl_wrapper_context_t; in createFromLib() local
Dglesv2_emul_ifc.cpp28 gl2_wrapper_context_t *ctx = new gl2_wrapper_context_t; in createFromLib() local
Degl.cpp491 EGLContext ctx = getDispatch()->eglCreateContext(dpy, config, share, attrib); in eglCreateContext() local
506 EGLBoolean eglDestroyContext(EGLDisplay dpy, EGLContext ctx) in eglDestroyContext()
527 EGLBoolean eglMakeCurrent(EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx) in eglMakeCurrent()
570 EGLBoolean eglQueryContext(EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *value) in eglQueryContext()
623 EGLImageKHR eglCreateImageKHR(EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffe… in eglCreateImageKHR()
/development/tools/yuv420sp2rgb/
Dyuv420sp2rgb.c62 rgb_context ctx; in color_convert_common() local
123 rgb_context *ctx) in rgb16_cb()
133 rgb_context *ctx, in common_rgb_cb()
177 rgb_context *ctx) in rgb24_cb()
186 rgb_context *ctx) in argb_cb()
/development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/
DAudioFocusHelper.java34 public AudioFocusHelper(Context ctx, MusicFocusable focusable) { in AudioFocusHelper()
/development/tutorials/NotepadCodeLab/Notepadv1Solution/src/com/android/demo/notepad1/
DNotesDbAdapter.java87 public NotesDbAdapter(Context ctx) { in NotesDbAdapter()
/development/tutorials/NotepadCodeLab/Notepadv2/src/com/android/demo/notepad2/
DNotesDbAdapter.java87 public NotesDbAdapter(Context ctx) { in NotesDbAdapter()
/development/tutorials/NotepadCodeLab/Notepadv1/src/com/android/demo/notepad1/
DNotesDbAdapter.java87 public NotesDbAdapter(Context ctx) { in NotesDbAdapter()
/development/tutorials/NotepadCodeLab/Notepadv3Solution/src/com/android/demo/notepad3/
DNotesDbAdapter.java87 public NotesDbAdapter(Context ctx) { in NotesDbAdapter()
/development/tutorials/NotepadCodeLab/Notepadv2Solution/src/com/android/demo/notepad2/
DNotesDbAdapter.java87 public NotesDbAdapter(Context ctx) { in NotesDbAdapter()
/development/tutorials/NotepadCodeLab/Notepadv3/src/com/android/demo/notepad3/
DNotesDbAdapter.java87 public NotesDbAdapter(Context ctx) { in NotesDbAdapter()
/development/tools/emulator/opengl/system/egl/
Degl.cpp840 EGLContext_t* ctx = getEGLThreadInfo()->currentContext; in eglSwapInterval() local
893 EGLBoolean eglDestroyContext(EGLDisplay dpy, EGLContext ctx) in eglDestroyContext()
915 EGLBoolean eglMakeCurrent(EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx) in eglMakeCurrent()
1039 EGLBoolean eglQueryContext(EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *value) in eglQueryContext()
1131 EGLImageKHR eglCreateImageKHR(EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffe… in eglCreateImageKHR()
/development/samples/WeatherListWidget/src/com/example/android/weatherlistwidget/
DWeatherWidgetProvider.java103 public void onReceive(Context ctx, Intent intent) { in onReceive()
/development/ide/xcode/ports/
DSkOSWindow_Mac.cpp67 void SkOSWindow::doPaint(void* ctx) in doPaint()