HomeSort by relevance Sort by last modified time
    Searched full:rbga (Results 1 - 3 of 3) sorted by null

  /frameworks/native/opengl/libagl/
mipmap.cpp 170 uint32_t rbga = (p00 + p10 + p01 + p11) >> 2; local
171 uint32_t rgba = (rbga & 0x0F0F) | ((rbga>>12) & 0xF0F0);
  /cts/tests/tests/media/src/android/media/cts/
ExtractDecodeEditEncodeMuxTest.java 83 * <p>Swaps green and blue channels by storing an RBGA color in an RGBA buffer.
91 " gl_FragColor = texture2D(sTexture, vTextureCoord).rbga;\n" +
    [all...]
DecodeEditEncodeTest.java 80 " gl_FragColor = texture2D(sTexture, vTextureCoord).rbga;\n" +
    [all...]

Completed in 152 milliseconds