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

  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
IGLPropertyAccessor.java 22 * An {@link IGLPropertyAccessor} provides an interface to extract
25 public interface IGLPropertyAccessor {
PropertyChangeTransform.java 27 private final IGLPropertyAccessor mAccessor;
36 PropertyChangeTransform(IGLPropertyAccessor accessor, Object newValue) {
45 public PropertyChangeTransform(IGLPropertyAccessor accessor, Object newValue,
TextureUnitPropertyAccessor.java 28 public class TextureUnitPropertyAccessor implements IGLPropertyAccessor {
30 private final IGLPropertyAccessor mActiveTextureAccessor;
52 IGLPropertyAccessor targetAccessor = GLPropertyAccessor.makeAccessor(mContextId,
SparseArrayElementRemoveTransform.java 28 public SparseArrayElementRemoveTransform(IGLPropertyAccessor accessor, int key) {
BufferSubDataTransform.java 29 private final IGLPropertyAccessor mAccessor;
36 public BufferSubDataTransform(IGLPropertyAccessor accessor, int offset, byte[] data) {
CurrentProgramPropertyAccessor.java 23 public class CurrentProgramPropertyAccessor implements IGLPropertyAccessor {
28 private final IGLPropertyAccessor mCurrentProgramAccessor;
CurrentVboPropertyAccessor.java 25 * An {@link IGLPropertyAccessor} that retrieves the requested property in the
28 public class CurrentVboPropertyAccessor implements IGLPropertyAccessor {
30 private final IGLPropertyAccessor mVboBindingAccessor;
ListElementAddTransform.java 27 private final IGLPropertyAccessor mAccessor;
30 public ListElementAddTransform(IGLPropertyAccessor accessor, IGLProperty element) {
SparseArrayElementAddTransform.java 27 private IGLPropertyAccessor mAccessor;
31 public SparseArrayElementAddTransform(IGLPropertyAccessor accessor, int key) {
TexturePropertyAccessor.java 29 public class TexturePropertyAccessor implements IGLPropertyAccessor {
61 IGLPropertyAccessor textureAccessor;
GLPropertyAccessor.java 32 public class GLPropertyAccessor implements IGLPropertyAccessor {
66 public static IGLPropertyAccessor makeAccessor(int contextId, Object...accessors) {
TexImageTransform.java 43 private final IGLPropertyAccessor mAccessor;
66 public TexImageTransform(IGLPropertyAccessor accessor, File textureData, GLEnum format,

Completed in 85 milliseconds