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

  /packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
PointerInfo.java 48 public Buffer mPointer;
55 mPointer = pointer;
63 mTempByteBuffer = mPointer == null ? null : toByteBuffer(-1, mPointer);
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Context.h 91 VertexAttribute() : mType(GL_FLOAT), mSize(0), mNormalized(false), mStride(0), mPointer(NULL), mArrayEnabled(false)
126 const void *mPointer;
Context.cpp 756 mState.vertexAttribute[attribNum].mPointer = pointer;
761 return mState.vertexAttribute[attribNum].mPointer;
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/geometry/
VertexDataManager.cpp 85 input = static_cast<const char*>(attribute.mPointer);
120 if (translated[i].active && attribs[i].mArrayEnabled && (buffer || attribs[i].mPointer))
178 if (translated[i].active && attribs[i].mArrayEnabled && (buffer || attribs[i].mPointer))
199 if (!buffer && attribs[i].mPointer == NULL)
  /frameworks/base/opengl/java/android/opengl/
GLLogWrapper.java     [all...]

Completed in 197 milliseconds