HomeSort by relevance Sort by last modified time
    Searched refs:textureData (Results 1 - 5 of 5) sorted by null

  /external/skia/tests/
ReadWriteAlphaTest.cpp 25 unsigned char textureData[X_SIZE][Y_SIZE];
27 memset(textureData, 0, X_SIZE * Y_SIZE);
39 GrTexture* texture = context->createUncachedTexture(desc, textureData, 0);
49 textureData[x][y] = x*Y_SIZE+y;
55 textureData, 0);
71 if (textureData[x][y] != readback[x][y]) {
ClipCacheTest.cpp 21 unsigned char textureData[X_SIZE][Y_SIZE][4];
23 memset(textureData, 0, 4* X_SIZE * Y_SIZE);
34 GrTexture* texture = context->createUncachedTexture(desc, textureData, 0);
  /external/skia/gm/
bitmaprect.cpp 96 SkColor textureData[gXSize][gYSize] = {
109 *bitmap->getAddr32(x, y) = textureData[x][y];
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
TexImageTransform.java 57 * @param textureData texture data passed in by the call. Could be null.
64 public TexImageTransform(IGLPropertyAccessor accessor, File textureData, GLEnum format,
67 mTextureDataFile = textureData;
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
DeviceInfoResult.java 99 String textureData = getMetric(metricsCopy,
112 serializeOpenGLCompressedTextureFormatsInfo(serializer, textureData);

Completed in 105 milliseconds