Searched refs:GL_TRUE (Results 1 - 25 of 30) sorted by relevance

12

/frameworks/base/libs/hwui/
H A DStencil.cpp43 glColorMask(GL_TRUE, GL_TRUE, GL_TRUE, GL_TRUE);
73 glColorMask(GL_TRUE, GL_TRUE, GL_TRUE, GL_TRUE);
H A DProgram.cpp57 if (status != GL_TRUE) {
141 if (status != GL_TRUE) {
/frameworks/base/opengl/java/android/opengl/
H A DGLU.java144 * @return A return value of GL_TRUE indicates success, a return value of
183 return GL10.GL_TRUE;
210 * @return A return value of GL10.GL_TRUE indicates success, a return value
241 return GL10.GL_TRUE;
H A DGLES10.java250 public static final int GL_TRUE = 1; field in class:GLES10
/frameworks/native/opengl/tests/gl2_java/src/com/android/gl2java/
H A DGL2JavaView.java132 if (linkStatus[0] != GLES20.GL_TRUE) {
/frameworks/native/opengl/tests/gl2_jni/jni/
H A Dgl_code.cpp83 if (linkStatus != GL_TRUE) {
/frameworks/native/opengl/tests/gldual/jni/
H A Dgl_code.cpp83 if (linkStatus != GL_TRUE) {
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DGLTextureViewActivity.java299 if (status[0] != GL_TRUE) {
322 if (status[0] != GL_TRUE) {
/frameworks/native/opengl/libagl/
H A DTextureObjectManager.cpp138 direct = GL_TRUE;
/frameworks/native/opengl/tests/gl_perf/
H A Dfill_common.cpp90 if (linkStatus != GL_TRUE) {
/frameworks/native/opengl/tests/testLatency/src/com/android/testlatency/
H A DTestLatencyView.java206 if (linkStatus[0] != GLES20.GL_TRUE) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DImageWallpaper.java569 if (status[0] != GL_TRUE) {
592 if (status[0] != GL_TRUE) {
/frameworks/native/opengl/tests/gl2_basic/
H A Dgl2_basic.cpp122 if (linkStatus != GL_TRUE) {
/frameworks/rs/driver/
H A DrsdShaderCache.cpp156 if (linkStatus != GL_TRUE) {
/frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/
H A DMyGLSurfaceView.java271 if (linkStatus[0] != GLES20.GL_TRUE) {
/frameworks/av/libvideoeditor/lvpp/
H A DNativeWindowRenderer.cpp265 if (linkStatus != GL_TRUE) {
/frameworks/native/opengl/tests/gl2_cameraeye/src/com/android/gl2cameraeye/
H A DGL2CameraEye.java418 if (linkStatus[0] != GLES20.GL_TRUE) {
/frameworks/native/opengl/tests/gl2_copyTexImage/
H A Dgl2_copyTexImage.cpp122 if (linkStatus != GL_TRUE) {
/frameworks/native/opengl/tests/gl2_yuvtex/
H A Dgl2_yuvtex.cpp138 if (linkStatus != GL_TRUE) {
/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
H A DVideoDumpView.java633 if (linkStatus[0] != GLES20.GL_TRUE) {
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java248 int GL_TRUE = 1; field in interface:GL10
/frameworks/av/media/libstagefright/tests/
H A DSurfaceMediaSource_test.cpp264 if (linkStatus != GL_TRUE) {
/frameworks/native/opengl/include/GLES/
H A Dgl.h53 #define GL_TRUE 1 macro
/frameworks/native/opengl/include/GLES2/
H A Dgl2.h51 #define GL_TRUE 1 macro
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h88 #define GL_TRUE 1 macro

Completed in 1600 milliseconds

12