OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bufferType
(Results
1 - 6
of
6
) sorted by null
/packages/apps/Gallery3D/src/com/cooliris/media/
GridQuad.java
362
int
bufferType
= (mDynamicVBO) ? GL11.GL_DYNAMIC_DRAW : GL11.GL_STATIC_DRAW;
364
gl11.glBufferData(GL11.GL_ARRAY_BUFFER, vertexSize, mVertexBuffer,
bufferType
);
372
gl11.glBufferData(GL11.GL_ARRAY_BUFFER, texCoordSize, mOverlayTexCoordBuffer,
bufferType
);
378
gl11.glBufferData(GL11.GL_ARRAY_BUFFER, texCoordSize, mBaseTexCoordBuffer,
bufferType
);
/frameworks/base/core/java/android/widget/
TextView.java
417
int
buffertype
= 0;
local
466
buffertype
= a.getInt(attr,
buffertype
);
707
BufferType
bufferType
=
BufferType
.EDITABLE;
803
switch (
buffertype
) {
805
bufferType
=
BufferType
.NORMAL;
808
bufferType
= BufferType.SPANNABLE
[
all
...]
/prebuilt/sdk/4/
android.jar
/prebuilt/sdk/5/
android.jar
/prebuilt/sdk/6/
android.jar
/prebuilt/sdk/7/
android.jar
Completed in 139 milliseconds