Searched refs:GL_LOWER_LEFT (Results 1 - 15 of 15) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
H A Dgl4cClipControlTests.cpp239 if (!verifyState(GL_LOWER_LEFT, GL_NEGATIVE_ONE_TO_ONE))
241 TCU_FAIL("Wrong intitial state: GL_CLIP_ORIGIN should be GL_LOWER_LEFT,"
275 cc.clipControl(GL_LOWER_LEFT, GL_NEGATIVE_ONE_TO_ONE);
287 { GL_LOWER_LEFT, GL_ZERO_TO_ONE },
288 { GL_LOWER_LEFT, GL_NEGATIVE_ONE_TO_ONE },
308 not GL_LOWER_LEFT or GL_UPPER_LEFT.
333 cc.clipControl(GL_LOWER_LEFT, GL_NEGATIVE_ONE_TO_ONE);
347 while ((GL_UPPER_LEFT == improper_value) || (GL_LOWER_LEFT == improper_value) ||
355 { GL_LOWER_LEFT, improper_value },
416 cc.clipControl(GL_LOWER_LEFT, GL_NEGATIVE_ONE_TO_ON
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_sf.c203 if ((ctx->Point.SpriteOrigin == GL_LOWER_LEFT) != render_to_fbo)
H A Dgen7_sf_state.c57 if ((ctx->Point.SpriteOrigin == GL_LOWER_LEFT) != render_to_fbo) {
H A Dgen6_sf_state.c389 if ((ctx->Point.SpriteOrigin == GL_LOWER_LEFT) != render_to_fbo) {
H A Dgen8_sf_state.c61 if ((ctx->Point.SpriteOrigin == GL_LOWER_LEFT) != render_to_fbo)
/external/mesa3d/src/mesa/main/
H A Dviewport.c400 ctx->Transform.ClipOrigin = GL_LOWER_LEFT;
435 if (origin != GL_LOWER_LEFT && origin != GL_UPPER_LEFT) {
H A Dpoints.c189 if (value != GL_LOWER_LEFT && value != GL_UPPER_LEFT) {
H A Dstate.c345 if (ctx->Transform.ClipOrigin == GL_LOWER_LEFT)
/external/mesa3d/src/mesa/swrast/
H A Ds_points.c128 if (ctx->Point.SpriteOrigin == GL_LOWER_LEFT) {
/external/deqp/framework/opengl/wrapper/
H A DglwEnums.inl1036 #define GL_LOWER_LEFT 0x8CA1
/external/mesa3d/src/mesa/drivers/common/
H A Dmeta.c682 _mesa_ClipControl(GL_LOWER_LEFT, GL_NEGATIVE_ONE_TO_ONE);
/external/mesa3d/include/GL/
H A Dglcorearb.h770 #define GL_LOWER_LEFT 0x8CA1 macro
H A Dglext.h640 #define GL_LOWER_LEFT 0x8CA1 macro
/external/swiftshader/include/GL/
H A Dglcorearb.h770 #define GL_LOWER_LEFT 0x8CA1 macro
H A Dglext.h640 #define GL_LOWER_LEFT 0x8CA1 macro

Completed in 392 milliseconds