Home | History | Annotate | Download | only in gpu

Lines Matching refs:depth_bits

193     GLint depth_bits = 0;
194 getIntegerv(GL_DEPTH_BITS, &depth_bits);
195 attributes_.depth = depth_bits > 0;