HomeSort by relevance Sort by last modified time
    Searched refs:EGL_COLOR_BUFFER_TYPE (Results 1 - 25 of 110) sorted by null

1 2 3 4 5

  /external/deqp/framework/egl/
egluConfigInfo.cpp 43 case EGL_COLOR_BUFFER_TYPE: return colorBufferType;
80 eglGetConfigAttrib(display, config, EGL_COLOR_BUFFER_TYPE, (EGLint*)&dst->colorBufferType);
egluStrUtil.cpp 40 case EGL_COLOR_BUFFER_TYPE:
egluStrUtil.inl 85 case EGL_COLOR_BUFFER_TYPE: return "EGL_COLOR_BUFFER_TYPE";
  /external/chromium_org/gpu/gles2_conform_support/egl/
config.cc 77 case EGL_COLOR_BUFFER_TYPE:
  /frameworks/native/opengl/tests/configdump/
configdump.cpp 59 ATTRIBUTE( EGL_COLOR_BUFFER_TYPE ),
  /external/deqp/modules/egl/
teglApiCase.cpp 133 EGL_COLOR_BUFFER_TYPE, EGL_DONT_CARE,
teglChooseConfigTests.cpp 178 EGL_COLOR_BUFFER_TYPE,
217 { EGL_COLOR_BUFFER_TYPE, EGL_DONT_CARE },
385 { EGL_COLOR_BUFFER_TYPE, ChooseConfigRandomCase::getBufferType, },
473 { EGL_COLOR_BUFFER_TYPE, "color_buffer_type" },
570 EGL_COLOR_BUFFER_TYPE,
teglQueryConfigTests.cpp 62 case EGL_COLOR_BUFFER_TYPE:
275 log << TestLog::Message << "Fail, invalid EGL_COLOR_BUFFER_TYPE value" << TestLog::EndMessage;
344 case EGL_COLOR_BUFFER_TYPE:
411 const EGLint colorBufferType = getValue(config, EGL_COLOR_BUFFER_TYPE);
539 { EGL_COLOR_BUFFER_TYPE, "color_buffer_type" },
teglChooseConfigReference.cpp 217 rules[EGL_COLOR_BUFFER_TYPE] = AttribRule(EGL_COLOR_BUFFER_TYPE, EGL_RGB_BUFFER, CRITERIA_EXACT, SORTORDER_NONE); // 2
teglConfigList.cpp 106 eglGetConfigAttrib(display, configs[i], EGL_COLOR_BUFFER_TYPE, &val);
  /frameworks/native/opengl/tests/lib/
glTestLib.cpp 103 X(EGL_COLOR_BUFFER_TYPE),
  /frameworks/native/opengl/tools/glgen/stubs/egl/
EGL14Header.java-if 84 public static final int EGL_COLOR_BUFFER_TYPE = 0x303F;
  /frameworks/base/opengl/java/javax/microedition/khronos/egl/
EGL10.java 62 int EGL_COLOR_BUFFER_TYPE = 0x303F;
  /cts/tests/tests/graphics/src/android/opengl/cts/
EglConfigGLSurfaceView.java 276 EGL10.EGL_COLOR_BUFFER_TYPE,
311 "EGL_COLOR_BUFFER_TYPE",
  /development/ndk/platforms/android-5/samples/hello-gl2/src/com/android/gl2jni/
GL2JNIView.java 264 EGL10.EGL_COLOR_BUFFER_TYPE,
299 "EGL_COLOR_BUFFER_TYPE",
  /external/chromium_org/third_party/mesa/src/src/egl/main/
eglconfig.h 124 ATTRIB_MAP(EGL_COLOR_BUFFER_TYPE, ColorBufferType);
eglconfig.c 171 { EGL_COLOR_BUFFER_TYPE, ATTRIB_TYPE_ENUM,
305 case EGL_COLOR_BUFFER_TYPE:
  /external/mesa3d/src/egl/main/
eglconfig.h 124 ATTRIB_MAP(EGL_COLOR_BUFFER_TYPE, ColorBufferType);
eglconfig.c 171 { EGL_COLOR_BUFFER_TYPE, ATTRIB_TYPE_ENUM,
305 case EGL_COLOR_BUFFER_TYPE:
  /frameworks/base/opengl/java/android/opengl/
EGL14.java 84 public static final int EGL_COLOR_BUFFER_TYPE = 0x303F;
  /frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
GL2JNIView.java 220 EGL10.EGL_COLOR_BUFFER_TYPE,
255 "EGL_COLOR_BUFFER_TYPE",
  /frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
GLPerfView.java 220 EGL10.EGL_COLOR_BUFFER_TYPE,
255 "EGL_COLOR_BUFFER_TYPE",
  /frameworks/native/opengl/tests/gldual/src/com/android/gldual/
GLDualGL2View.java 223 EGL10.EGL_COLOR_BUFFER_TYPE,
258 "EGL_COLOR_BUFFER_TYPE",
  /sdk/emulator/opengl/host/libs/libOpenglRender/
FBConfig.cpp 55 EGL_COLOR_BUFFER_TYPE,
  /development/ndk/platforms/android-9/include/EGL/
egl.h 126 #define EGL_COLOR_BUFFER_TYPE 0x303F
137 #define EGL_RGB_BUFFER 0x308E /* EGL_COLOR_BUFFER_TYPE value */
138 #define EGL_LUMINANCE_BUFFER 0x308F /* EGL_COLOR_BUFFER_TYPE value */

Completed in 851 milliseconds

1 2 3 4 5