OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:egl_context
(Results
1 - 3
of
3
) sorted by null
/external/autotest/client/site_tests/graphics_GLAPICheck/src/
gles_APICheck.cc
161
EGLContext*
egl_context
,
218
*
egl_context
= eglCreateContext(*egl_display, egl_config, EGL_NO_CONTEXT,
220
if (*
egl_context
== EGL_NO_CONTEXT) {
226
*egl_surface, *
egl_context
);
235
EGLContext
egl_context
,
239
if (
egl_context
!= EGL_NO_CONTEXT)
240
eglDestroyContext(egl_display,
egl_context
);
293
EGLContext
egl_context
= EGL_NO_CONTEXT;
local
311
&
egl_context
, &egl_surface);
329
ExitGraphics(egl_display,
egl_context
, egl_surface)
[
all
...]
/external/autotest/client/deps/nvmap_compactor/src/
nvmap_carveout_compactor.c
44
static EGLContext
egl_context
;
variable
565
eglDestroyContext(egl_display,
egl_context
);
706
egl_context
= eglCreateContext(egl_display, config, EGL_NO_CONTEXT,
708
if (
egl_context
== EGL_NO_CONTEXT) {
714
egl_context
)) {
/external/webrtc/talk/app/webrtc/java/jni/
androidmediaencoder_jni.cc
87
jobject
egl_context
);
250
JNIEnv* jni, VideoCodecType codecType, jobject
egl_context
) :
267
egl_context_(
egl_context
) {
[
all
...]
Completed in 2251 milliseconds