Searched refs:EGL_DONT_CARE (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/opengl/java/javax/microedition/khronos/egl/
H A DEGL10.java86 int EGL_DONT_CARE = -1; field in interface:EGL10
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Degl.h152 #define EGL_DONT_CARE ((EGLint) -1) macro
/frameworks/native/opengl/include/EGL/
H A Degl.h74 #define EGL_DONT_CARE ((EGLint)-1) macro
/frameworks/native/opengl/libagl/
H A Degl.cpp788 return (reqValue == EGL_DONT_CARE) || (confValue >= reqValue);
791 return (reqValue == EGL_DONT_CARE) || (confValue == reqValue);

Completed in 203 milliseconds