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

12

/frameworks/base/libs/hwui/
H A DStencil.cpp65 glColorMask(GL_TRUE, GL_TRUE, GL_TRUE, GL_TRUE);
95 glColorMask(GL_TRUE, GL_TRUE, GL_TRUE, GL_TRUE);
H A DQuery.h120 return result == GL_TRUE;
H A DProgram.cpp62 if (status != GL_TRUE) {
143 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;
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DProgram.cpp41 if (status != GL_TRUE) {
103 if (status != GL_TRUE) {
/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) {
H A DGLDepthTestActivity.java301 if (linkStatus[0] != GLES20.GL_TRUE) {
/frameworks/av/cmds/screenrecord/
H A DProgram.cpp181 if (linkStatus != GL_TRUE) {
/frameworks/native/opengl/libagl/
H A DTextureObjectManager.cpp138 direct = 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.java598 if (status[0] != GL_TRUE) {
619 if (status[0] != GL_TRUE) {
/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DGLES10Header.java-if250 public static final int GL_TRUE = 1;
H A DGLES20Header.java-if30 public static final int GL_TRUE = 1;
/frameworks/native/libs/gui/tests/
H A DGLTest.cpp317 if (linkStatus != GL_TRUE) {
/frameworks/native/opengl/tests/gl2_basic/
H A Dgl2_basic.cpp122 if (linkStatus != GL_TRUE) {
/frameworks/native/opengl/tests/gl_perf/
H A Dfill_common.cpp90 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/native/cmds/flatland/
H A DGLHelper.cpp387 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) {

Completed in 7913 milliseconds

12