HomeSort by relevance Sort by last modified time
    Searched refs:GL_FIXED (Results 1 - 25 of 163) sorted by null

1 2 3 4 5 6 7

  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmValidate.cpp 261 case GL_FIXED:
274 case GL_FIXED:
281 return type == GL_FIXED || type == GL_FLOAT;
289 case GL_FIXED:
300 case GL_FIXED:
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
Cube.java 92 gl.glVertexPointer(3, GL10.GL_FIXED, 0, mVertexBuffer);
93 gl.glColorPointer(4, GL10.GL_FIXED, 0, mColorBuffer);
  /frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/presentation/
Cube.java 92 gl.glVertexPointer(3, GL10.GL_FIXED, 0, mVertexBuffer);
93 gl.glColorPointer(4, GL10.GL_FIXED, 0, mColorBuffer);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
GLWorld.java 80 gl.glVertexPointer(3, GL10.GL_FIXED, 0, mVertexBuffer);
81 gl.glColorPointer(4, GL10.GL_FIXED, 0, mColorBuffer);
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
GLES11ExtHeader.java-if 139 private static final int GL_FIXED = GLES10.GL_FIXED;
GLES10Header.java-if 72 public static final int GL_FIXED = 0x140C;
GLES20Header.java-if 153 public static final int GL_FIXED = 0x140C;
  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
VertexBuffer9.cpp 262 template <> struct GLToCType<GL_FIXED> { typedef GLuint type; };
338 template <bool normalized> struct VertexTypeMapping<GL_FIXED, normalized> : VertexTypeMappingBase<D3DVT_FLOAT> { }; // FixedToFloat
353 template <> struct ConversionRule<GL_FIXED, true, D3DVT_FLOAT> : FixedToFloat<GLint, 16> { };
354 template <> struct ConversionRule<GL_FIXED, false, D3DVT_FLOAT> : FixedToFloat<GLint, 16> { };
427 TRANSLATIONS_FOR_TYPE_NO_NORM(GL_FIXED),
460 case GL_FIXED: return 4;
VertexBuffer11.cpp 371 { // GL_FIXED
410 case GL_FIXED: typeIndex = 4; break;
  /external/chromium_org/gpu/command_buffer/service/
vertex_attrib_manager.h 204 if (attrib->type() == GL_FIXED) {
207 if (type == GL_FIXED) {
267 // number of attribs using type GL_FIXED.
vertex_attrib_manager_unittest.cc 134 manager_->SetAttribInfo(1, NULL, 4, GL_FIXED, GL_FALSE, 0, 16, 0);
136 manager_->SetAttribInfo(3, NULL, 4, GL_FIXED, GL_FALSE, 0, 16, 0);
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLUtils.java 37 case GL_FIXED:
  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
glUtils.cpp 36 case GL_FIXED:
391 case GL_FIXED:
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
glUtils.cpp 36 case GL_FIXED:
391 case GL_FIXED:
  /frameworks/base/opengl/java/android/opengl/
GLES10.java 72 public static final int GL_FIXED = 0x140C;
408 (type == GL_FIXED)) &&
    [all...]
GLES11Ext.java 139 private static final int GL_FIXED = GLES10.GL_FIXED;
908 (type == GL_FIXED)) &&
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_atom_array.c 215 type == GL_FIXED || type == GL_HALF_FLOAT ||
283 case GL_FIXED: return fixed_types[size-1];
298 case GL_FIXED: return fixed_types[size-1];
  /external/mesa3d/src/mesa/state_tracker/
st_atom_array.c 215 type == GL_FIXED || type == GL_HALF_FLOAT ||
283 case GL_FIXED: return fixed_types[size-1];
298 case GL_FIXED: return fixed_types[size-1];
  /sdk/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Context.cpp 127 if(arrType != GL_FIXED) return false;
  /frameworks/base/opengl/java/com/google/android/gles_jni/
GLImpl.java 222 (type == GL_FIXED)) &&
793 (type == GL_FIXED)) &&
990 (type == GL_FIXED)) &&
1135 (type == GL_FIXED)) &&
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLEScontext.cpp 48 if(type == GL_FIXED){
315 unsigned int bytes = type == GL_FIXED ? sizeof(GLfixed):sizeof(GLbyte);
320 if(type == GL_FIXED) {
375 unsigned int bytes = type == GL_FIXED ? sizeof(GLfixed):sizeof(GLbyte);
380 if(type == GL_FIXED) {
  /frameworks/native/opengl/tests/gl_jni/jni/
gl_code.cpp 167 glTexCoordPointer(2, GL_FIXED, 0, texCoords);
  /frameworks/native/opengl/tests/tritex/
tritex.cpp 254 glTexCoordPointer(2, GL_FIXED, 0, texCoords);
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/detail/
VboDetailProvider.java 48 GL_FIXED,
  /external/replicaisland/src/com/replica/replicaisland/
Grid.java 90 mCoordinateType = GL10.GL_FIXED;

Completed in 577 milliseconds

1 2 3 4 5 6 7