Searched defs:EGL_TRUE (Results 1 - 10 of 10) sorted by relevance

/frameworks/native/opengl/tests/gl_perf/
H A Dgl2_perf.cpp35 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) { argument
36 if (returnVal != EGL_TRUE) {
84 if (returnValue != EGL_TRUE) {
114 if (returnValue != EGL_TRUE) {
/frameworks/rs/driver/
H A DrsdGL.cpp51 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) { argument
75 if (returnVal != EGL_TRUE) {
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Degl.h94 #define EGL_TRUE 1 macro
/frameworks/native/opengl/tests/gl2_basic/
H A Dgl2_basic.cpp47 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) { argument
48 if (returnVal != EGL_TRUE) {
289 if (returnValue != EGL_TRUE) {
329 if (returnValue != EGL_TRUE) {
/frameworks/native/opengl/tests/gl_basic/
H A Dgl_basic.cpp148 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) { argument
149 if (returnVal != EGL_TRUE) {
229 if ( eglInitialize(eglDisplay, NULL, NULL) != EGL_TRUE )
256 if ( eglMakeCurrent(eglDisplay, eglSurface, eglSurface, eglContext) != EGL_TRUE )
/frameworks/native/opengl/tests/gl_yuvtex/
H A Dgl_yuvtex.cpp49 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) { argument
50 if (returnVal != EGL_TRUE) {
252 if (returnValue != EGL_TRUE) {
285 if (returnValue != EGL_TRUE) {
/frameworks/native/opengl/tests/gl2_copyTexImage/
H A Dgl2_copyTexImage.cpp47 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) { argument
48 if (returnVal != EGL_TRUE) {
397 if (returnValue != EGL_TRUE) {
440 if (returnValue != EGL_TRUE) {
/frameworks/native/opengl/tests/gl2_yuvtex/
H A Dgl2_yuvtex.cpp49 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) { argument
50 if (returnVal != EGL_TRUE) {
362 if (returnValue != EGL_TRUE) {
395 if (returnValue != EGL_TRUE) {
/frameworks/native/opengl/include/EGL/
H A Degl.h65 #define EGL_TRUE 1 macro
/frameworks/base/opengl/java/android/opengl/
H A DEGL14.java38 public static final int EGL_TRUE = 1; field in class:EGL14

Completed in 423 milliseconds