HomeSort by relevance Sort by last modified time
    Searched full:texturedata (Results 1 - 9 of 9) 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);
  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
TranslatorIfaces.h 34 class TextureData : public ObjectData
37 ~TextureData() {
40 TextureData(): ObjectData(TEXTURE_DATA),
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmImp.cpp 178 static TextureData* getTextureData(ObjectLocalName tex){
186 TextureData *texData = NULL;
189 texData = new TextureData();
192 texData = (TextureData*)objData.Ptr();
197 static TextureData* getTextureTargetData(GLenum target){
233 TextureData* tex = getTextureData(texture);
319 TextureData* texData = getTextureData(localTexName);
494 TextureData* tData = getTextureData(textures[i]);
    [all...]
  /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;
  /sdk/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Imp.cpp 124 static TextureData* getTextureData(ObjectLocalName tex) {
126 TextureData *texData = NULL;
129 texData = new TextureData();
132 texData = (TextureData*)objData.Ptr();
137 static TextureData* getTextureTargetData(GLenum target){
260 TextureData* texData = getTextureData(localTexName);
473 TextureData* tData = getTextureData(textures[i]);
    [all...]
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
DeviceInfoResult.java 108 String textureData = getMetric(metricsCopy,
123 serializeOpenGLCompressedTextureFormatsInfo(serializer, textureData);
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglImp.cpp     [all...]

Completed in 1384 milliseconds