OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:textureData
(Results
1 - 5
of
5
) sorted by null
/external/skia/tests/
ReadWriteAlphaTest.cpp
30
unsigned char
textureData
[X_SIZE][Y_SIZE];
32
memset(
textureData
, 0, X_SIZE * Y_SIZE);
44
GrTexture* texture = context->createUncachedTexture(desc,
textureData
, 0);
54
textureData
[x][y] = x*Y_SIZE+y;
60
textureData
, 0);
76
if (
textureData
[x][y] != readback[x][y]) {
ClipCacheTest.cpp
22
unsigned char
textureData
[X_SIZE][Y_SIZE][4];
24
memset(
textureData
, 0, 4* X_SIZE * Y_SIZE);
35
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
59
* @param
textureData
texture data passed in by the call. Could be null.
66
public TexImageTransform(IGLPropertyAccessor accessor, File
textureData
, GLEnum format,
69
mTextureDataFile =
textureData
;
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
DeviceInfoResult.java
108
String
textureData
= getMetric(metricsCopy,
123
serializeOpenGLCompressedTextureFormatsInfo(serializer,
textureData
);
Completed in 109 milliseconds