HomeSort by relevance Sort by last modified time
    Searched full:relativeoffset (Results 1 - 25 of 54) sorted by null

1 2 3

  /dalvik/dexgen/src/com/android/dexgen/dex/file/
UniformItemSection.java 100 int relativeOffset = ii.getIndex() * ii.writeSize();
102 return getAbsoluteOffset(relativeOffset);
  /dalvik/dx/src/com/android/dx/dex/file/
UniformItemSection.java 99 int relativeOffset = ii.getIndex() * ii.writeSize();
101 return getAbsoluteOffset(relativeOffset);
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
UniformItemSection.java 100 int relativeOffset = ii.getIndex() * ii.writeSize();
102 return getAbsoluteOffset(relativeOffset);
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES31.spec 65 void glVertexAttribFormat ( GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset )
66 void glVertexAttribIFormat ( GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset )
  /external/clang/include/clang/Basic/
SourceManager.h     [all...]
  /frameworks/base/opengl/java/android/opengl/
GLES31.java     [all...]
  /external/deqp/framework/platform/null/
tcuNullRenderContextFuncs.inl     [all...]
  /external/deqp/framework/opengl/wrapper/
glwApi.inl     [all...]
glwFunctionTypes.inl     [all...]
glwImpl.inl     [all...]
  /external/clang/lib/Lex/
TokenLexer.cpp 748 unsigned relativeOffset = 0;
749 SM.isInSLocAddrSpace(loc, MacroDefStart, MacroDefLength, &relativeOffset);
750 return MacroExpansionStart.getLocWithOffset(relativeOffset);
    [all...]
  /frameworks/native/opengl/libs/GLES2/
gl2_api.in     [all...]
  /external/deqp/modules/gles31/stress/
es31sVertexAttributeBindingTests.cpp 214 FLAG_ATTRIB_UNALIGNED = (1<<0), // !< unalign attributes with relativeOffset
215 FLAG_ATTRIB_ALIGNED = (1<<1), // !< align attributes with relativeOffset to the buffer begin (and not buffer offset)
  /external/deqp/framework/opengl/
gluCallLogWrapper.inl     [all...]
gluCallLogWrapperApi.inl     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidContentAssist.java 278 int relativeOffset = offset - ((IndexedRegion) currentNode).getStartOffset();
279 int lineEnd = nodeValue.indexOf('\n', relativeOffset);
283 return lineEnd - relativeOffset;
    [all...]
Hyperlinks.java     [all...]
  /development/ndk/platforms/android-24/include/GLES3/
gl31.h     [all...]
  /external/zlib/src/contrib/minizip/
unzip.c 487 ZPOS64_T relativeOffset;
552 if (unz64local_getLong64(pzlib_filefunc_def,filestream,&relativeOffset)!=UNZ_OK)
562 if (ZSEEK64(*pzlib_filefunc_def,filestream, relativeOffset,ZLIB_FILEFUNC_SEEK_SET)!=0)
572 return relativeOffset;
    [all...]
zip.c 550 ZPOS64_T relativeOffset;
617 if (zip64local_getLong64(pzlib_filefunc_def,filestream,&relativeOffset)!=ZIP_OK)
627 if (ZSEEK64(*pzlib_filefunc_def,filestream, relativeOffset,ZLIB_FILEFUNC_SEEK_SET)!=0)
637 return relativeOffset;
    [all...]
  /frameworks/native/opengl/include/GLES3/
gl31.h     [all...]
  /frameworks/base/core/jni/
android_opengl_GLES31.cpp     [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
PagedView.java     [all...]
  /development/ndk/platforms/android-21/include/GLES3/
gl31.h     [all...]
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/GLES3/
gl31.h     [all...]

Completed in 2146 milliseconds

1 2 3