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

1 2 3 4 5 6 7 8 910

  /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:
  /external/chromium_org/third_party/angle/src/libGLESv2/
VertexAttribute.cpp 39 case GL_FIXED: return size * sizeof(GLfixed);
angletypes.cpp 105 if (mType == GL_FLOAT || mType == GL_HALF_FLOAT || mType == GL_FIXED)
122 if (mType == GL_FLOAT || mType == GL_HALF_FLOAT || mType == GL_FIXED)
143 if (mType == GL_FLOAT || mType == GL_HALF_FLOAT || mType == GL_FIXED)
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/cube/
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/
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;
  /external/chromium_org/gpu/command_buffer/service/
vertex_attrib_manager.h 203 if (attrib->type() == GL_FIXED) {
206 if (type == GL_FIXED) {
267 // number of attribs using type GL_FIXED.
vertex_attrib_manager_unittest.cc 126 manager_->SetAttribInfo(1, NULL, 4, GL_FIXED, GL_FALSE, 0, 16, 0);
128 manager_->SetAttribInfo(3, NULL, 4, GL_FIXED, GL_FALSE, 0, 16, 0);
gles2_cmd_decoder_unittest_attribs.cc 146 GL_FLOAT, GL_FIXED, GL_INT, GL_UNSIGNED_INT,
183 type != GL_FIXED);
186 bool call = good && (type != GL_FIXED);
  /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 126 if(arrType != GL_FIXED) return false;
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
formatutils9.cpp 347 template <> struct GLToCType<GL_FIXED> { typedef GLuint type; };
423 template <bool normalized> struct VertexTypeMapping<GL_FIXED, normalized> : VertexTypeMappingBase<D3DVT_FLOAT> { }; // FixedToFloat
438 template <> struct ConversionRule<GL_FIXED, true, D3DVT_FLOAT> : FixedToFloat<GLint, 16> { };
439 template <> struct ConversionRule<GL_FIXED, false, D3DVT_FLOAT> : FixedToFloat<GLint, 16> { };
535 case GL_FIXED: return 4;
    [all...]
  /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 49 if(type == GL_FIXED){
316 unsigned int bytes = type == GL_FIXED ? sizeof(GLfixed):sizeof(GLbyte);
321 if(type == GL_FIXED) {
374 unsigned int bytes = type == GL_FIXED ? sizeof(GLfixed):sizeof(GLbyte);
379 if(type == GL_FIXED) {
  /external/deqp/framework/opengl/simplereference/
sglrReferenceUtils.cpp 62 case 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 255 glTexCoordPointer(2, GL_FIXED, 0, texCoords);

Completed in 1201 milliseconds

1 2 3 4 5 6 7 8 910