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

12

/frameworks/base/libs/hwui/renderstate/
H A DStencil.cpp79 glColorMask(GL_TRUE, GL_TRUE, GL_TRUE, GL_TRUE);
117 glColorMask(GL_TRUE, GL_TRUE, GL_TRUE, GL_TRUE);
/frameworks/base/libs/hwui/debug/
H A DNullGlesDriver.cpp71 *params = GL_TRUE;
90 *params = GL_TRUE;
110 setBooleanState(cap, GL_TRUE);
/frameworks/base/libs/hwui/
H A DProgram.cpp59 if (status != GL_TRUE) {
140 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/base/tests/UiBench/src/com/android/test/uibench/opengl/
H A DImageFlipRenderThread.java53 import static android.opengl.GLES20.GL_TRUE;
252 if (status[0] != GL_TRUE) {
275 if (status[0] != 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/libs/GLES2/
H A Dgl2.cpp325 *data = num_exts > 0 ? GL_TRUE : GL_FALSE;
/frameworks/native/opengl/tests/testLatency/src/com/android/testlatency/
H A DTestLatencyView.java206 if (linkStatus[0] != GLES20.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.cpp127 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.cpp159 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) {

Completed in 3655 milliseconds

12