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

  /external/jmonkeyengine/engine/src/core-plugins/com/jme3/texture/plugins/
DDSLoader.java 416 * @return The new data flipped by the Y axis
552 ByteBuffer flipped = DXTFlipper.flipDXT(wrapped, mipWidth, mipHeight, pixelFormat); local
553 buffer.put(flipped);
696 ByteBuffer flipped = DXTFlipper.flipDXT(wrapped, mipWidth, mipHeight, pixelFormat); local
697 flipped.rewind();
698 buffer.put(flipped);
722 * For cubemaps, each of the cubemap faces is flipped individually.
  /frameworks/native/opengl/libs/ETC1/
etc1.cpp 168 etc1_uint32 low, bool second, bool flipped) {
172 if (flipped) {
180 if (flipped) {
228 bool flipped = (high & 1) != 0; local
229 decode_subblock(pOut, r1, g1, b1, tableA, low, false, flipped);
230 decode_subblock(pOut, r2, g2, b2, tableB, low, true, flipped);
248 etc1_byte* pColors, bool flipped, bool second) {
253 if (flipped) {
336 etc_compressed* pCompressed, bool flipped, bool second,
339 if (flipped) {
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
etc1.cpp 168 etc1_uint32 low, bool second, bool flipped) {
172 if (flipped) {
180 if (flipped) {
228 bool flipped = (high & 1) != 0; local
229 decode_subblock(pOut, r1, g1, b1, tableA, low, false, flipped);
230 decode_subblock(pOut, r2, g2, b2, tableB, low, true, flipped);
248 etc1_byte* pColors, bool flipped, bool second) {
253 if (flipped) {
336 etc_compressed* pCompressed, bool flipped, bool second,
339 if (flipped) {
    [all...]

Completed in 69 milliseconds