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

  /external/mesa3d/src/mesa/drivers/windows/gdi/
wmesa.c 450 } BGRA;
451 BGRA *bgra, c; local
473 bgra=malloc(n*sizeof(BGRA));
474 if (!bgra) {
486 bgra[i]=c;
489 bgra[i].i=0;
498 bgra[i]=c;
501 bmp=CreateBitmap(n, 1, 1, 32, bgra);
    [all...]
  /external/deqp/framework/common/
tcuTexture.cpp 196 case TextureFormat::BGRA: return 4;
404 static const TextureSwizzle BGRA = {{ TextureSwizzle::CHANNEL_2, TextureSwizzle::CHANNEL_1, TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_3 }};
422 case TextureFormat::BGRA: return BGRA;
451 static const TextureSwizzle BGRA = {{ TextureSwizzle::CHANNEL_2, TextureSwizzle::CHANNEL_1, TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_3 }};
469 case TextureFormat::BGRA: return BGRA;
    [all...]
tcuTexture.hpp 55 BGRA,
    [all...]

Completed in 633 milliseconds