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

1 2 3

  /development/tools/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmValidate.cpp 272 case GL_SHORT:
287 case GL_SHORT:
298 case GL_SHORT:
  /development/tools/emulator/opengl/shared/OpenglCodecCommon/
glUtils.cpp 29 case GL_SHORT:
377 case GL_SHORT:
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
PointerInfo.java 76 case GL10.GL_SHORT:
204 case GL10.GL_SHORT:
  /frameworks/base/opengl/java/android/opengl/
GLES11Ext.java 141 private static final int GL_SHORT = GLES10.GL_SHORT;
907 (type == GL_SHORT) ||
    [all...]
GLES10.java 188 public static final int GL_SHORT = 0x1402;
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/geometry/
VertexDataManager.cpp 290 template <> struct GLToCType<GL_SHORT> { typedef GLshort type; };
373 template <> struct VertexTypeMapping<GL_SHORT, false> : VertexTypeMappingBase<D3DVT_SHORT> { }; // Identity
374 template <> struct VertexTypeMapping<GL_SHORT, true> : VertexTypeMappingBase<D3DVT_SHORT_NORM, D3DVT_FLOAT> { }; // Cast, Normalize
467 TRANSLATIONS_FOR_TYPE(GL_SHORT),
501 case GL_SHORT: return 2;
  /frameworks/base/opengl/java/com/google/android/gles_jni/
GLImpl.java 791 (type == GL_SHORT) ||
988 (type == GL_SHORT) ||
1133 (type == GL_SHORT) ||
    [all...]
  /development/tools/glesv2debugger/src/com/android/glesv2debugger/
GLServerVertex.java 296 else if (GLEnum.GL_SHORT == type)
329 case GL_SHORT:
GLEnum.java 157 GL_SHORT(0x1402),
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/
GLServerVertex.java 296 else if (GLEnum.GL_SHORT == type)
329 case GL_SHORT:
GLEnum.java 157 GL_SHORT(0x1402),
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Context.h 105 case GL_SHORT: return mSize * sizeof(GLshort);
  /frameworks/base/opengl/libagl/
array.cpp 319 case GL_SHORT:
    [all...]
  /frameworks/base/opengl/libs/GLES2_dbg/src/
dbgcontext.cpp 318 case GL_SHORT:
  /development/tools/emulator/opengl/host/libs/Translator/GLcommon/
GLEScontext.cpp 23 } else if((*it).second.type == GL_SHORT){
37 m_arrays[m_current].type = GL_SHORT;
  /frameworks/base/libs/rs/driver/
rsdAllocation.cpp 56 case RS_TYPE_SIGNED_16: return GL_SHORT;
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java 186 int GL_SHORT = 0x1402;
  /frameworks/base/services/surfaceflinger/
LayerBase.cpp 295 glVertexPointer(2, GL_SHORT, 0, vertices);
  /development/ndk/platforms/android-4/include/GLES/
gl.h 316 #define GL_SHORT 0x1402
357 /* GL_SHORT */
407 /* GL_SHORT */
489 /* GL_SHORT */
    [all...]
  /development/ndk/platforms/android-5/include/GLES2/
gl2.h 237 #define GL_SHORT 0x1402
  /development/tools/emulator/opengl/host/libs/Translator/include/GLES/
gl.h 316 #define GL_SHORT 0x1402
357 /* GL_SHORT */
407 /* GL_SHORT */
489 /* GL_SHORT */
    [all...]
  /development/tools/emulator/opengl/host/libs/Translator/include/GLES2/
gl2.h 237 #define GL_SHORT 0x1402
  /development/tools/emulator/opengl/system/GLESv2_enc/
GL2Encoder.cpp 390 case GL_SHORT:
  /external/mesa3d/include/GLES2/
gl2.h 237 #define GL_SHORT 0x1402
  /external/webkit/Source/ThirdParty/ANGLE/include/GLES2/
gl2.h 237 #define GL_SHORT 0x1402

Completed in 275 milliseconds

1 2 3