HomeSort by relevance Sort by last modified time
    Searched defs:getPointer (Results 1 - 25 of 26) sorted by null

1 2

  /external/llvm/include/llvm/ADT/
Optional.h 41 const T* getPointer() const { assert(hasVal); return &x; }
46 const T* operator->() const { return getPointer(); }
56 return Val.getPointer();
PointerIntPair.h 67 PointerTy getPointer() const {
95 assert(Value == reinterpret_cast<intptr_t>(getPointer()) &&
SmallBitVector.h 87 BitVector *getPointer() const {
152 switchToLarge(new BitVector(*RHS.getPointer()));
157 delete getPointer();
162 return isSmall() ? getSmallSize() == 0 : getPointer()->empty();
167 return isSmall() ? getSmallSize() : getPointer()->size();
180 return getPointer()->count();
187 return getPointer()->any();
194 return getPointer()->all();
201 return getPointer()->none();
217 return getPointer()->find_first()
    [all...]
  /external/llvm/include/llvm/Support/
SMLoc.h 34 const char *getPointer() const { return Ptr; }
  /libcore/luni/src/main/java/org/apache/harmony/xml/
ExpatAttributes.java 46 public abstract int getPointer();
52 return getURI(getParserPointer(), getPointer(), index);
58 : getLocalName(getParserPointer(), getPointer(), index);
64 : getQName(getParserPointer(), getPointer(), index);
74 : getValueByIndex(getPointer(), index);
84 int pointer = getPointer();
95 int pointer = getPointer();
123 int pointer = getPointer();
134 int pointer = getPointer();
ExpatParser.java 648 public int getPointer() {
706 public int getPointer() {
  /frameworks/base/opengl/tools/glgen/stubs/gles11/
GLES10ExtcHeader.cpp 65 getPointer(JNIEnv *_env, jobject buffer, jarray *array, jint *remaining)
GLES10cHeader.cpp 77 getPointer(JNIEnv *_env, jobject buffer, jarray *array, jint *remaining)
GLES11ExtcHeader.cpp 74 getPointer(JNIEnv *_env, jobject buffer, jarray *array, jint *remaining)
GLES11cHeader.cpp 72 getPointer(JNIEnv *_env, jobject buffer, jarray *array, jint *remaining)
GLES20cHeader.cpp 65 getPointer(JNIEnv *_env, jobject buffer, jarray *array, jint *remaining)
  /frameworks/base/core/jni/
android_opengl_GLES10Ext.cpp 66 getPointer(JNIEnv *_env, jobject buffer, jarray *array, jint *remaining)
187 mantissa = (GLfixed *)getPointer(_env, mantissa_buf, &_mantissaArray, &_mantissaRemaining);
193 exponent = (GLint *)getPointer(_env, exponent_buf, &_exponentArray, &_exponentRemaining);
android_opengl_GLES11.cpp 73 getPointer(JNIEnv *_env, jobject buffer, jarray *array, jint *remaining)
144 data = (GLvoid *)getPointer(_env, data_buf, &_array, &_remaining);
171 data = (GLvoid *)getPointer(_env, data_buf, &_array, &_remaining);
230 equation = (GLfloat *)getPointer(_env, equation_buf, &_array, &_remaining);
281 equation = (GLfixed *)getPointer(_env, equation_buf, &_array, &_remaining);
360 buffers = (GLuint *)getPointer(_env, buffers_buf, &_array, &_remaining);
438 buffers = (GLuint *)getPointer(_env, buffers_buf, &_array, &_remaining);
500 params = (GLboolean *)getPointer(_env, params_buf, &_array, &_remaining);
561 params = (GLint *)getPointer(_env, params_buf, &_array, &_remaining);
624 eqn = (GLfloat *)getPointer(_env, eqn_buf, &_array, &_remaining)
    [all...]
android_opengl_GLES10.cpp 78 getPointer(JNIEnv *_env, jobject buffer, jarray *array, jint *remaining)
321 data = (GLvoid *)getPointer(_env, data_buf, &_array, &_remaining);
345 data = (GLvoid *)getPointer(_env, data_buf, &_array, &_remaining);
448 textures = (GLuint *)getPointer(_env, textures_buf, &_array, &_remaining);
539 indices = (GLvoid *)getPointer(_env, indices_buf, &_array, &_remaining);
669 params = (GLfloat *)getPointer(_env, params_buf, &_array, &_remaining);
790 params = (GLfixed *)getPointer(_env, params_buf, &_array, &_remaining);
918 textures = (GLuint *)getPointer(_env, textures_buf, &_array, &_remaining);
    [all...]
android_opengl_GLES11Ext.cpp 75 getPointer(JNIEnv *_env, jobject buffer, jarray *array, jint *remaining)
240 coords = (GLshort *)getPointer(_env, coords_buf, &_array, &_remaining);
299 coords = (GLint *)getPointer(_env, coords_buf, &_array, &_remaining);
358 coords = (GLfixed *)getPointer(_env, coords_buf, &_array, &_remaining);
430 coords = (GLfloat *)getPointer(_env, coords_buf, &_array, &_remaining);
454 image = (GLeglImageOES)getPointer(_env, image_buf, &_array, &_remaining);
473 image = (GLeglImageOES)getPointer(_env, image_buf, &_array, &_remaining);
555 equation = (GLfixed *)getPointer(_env, equation_buf, &_array, &_remaining);
638 params = (GLfixed *)getPointer(_env, params_buf, &_array, &_remaining);
712 eqn = (GLfixed *)getPointer(_env, eqn_buf, &_array, &_remaining)
    [all...]
android_opengl_GLES20.cpp 66 getPointer(JNIEnv *_env, jobject buffer, jarray *array, jint *remaining)
276 data = (GLvoid *)getPointer(_env, data_buf, &_array, &_remaining);
303 data = (GLvoid *)getPointer(_env, data_buf, &_array, &_remaining);
400 data = (GLvoid *)getPointer(_env, data_buf, &_array, &_remaining);
424 data = (GLvoid *)getPointer(_env, data_buf, &_array, &_remaining);
547 buffers = (GLuint *)getPointer(_env, buffers_buf, &_array, &_remaining);
604 framebuffers = (GLuint *)getPointer(_env, framebuffers_buf, &_array, &_remaining);
664 renderbuffers = (GLuint *)getPointer(_env, renderbuffers_buf, &_array, &_remaining);
728 textures = (GLuint *)getPointer(_env, textures_buf, &_array, &_remaining);
831 indices = (GLvoid *)getPointer(_env, indices_buf, &_array, &_remaining)
    [all...]
  /development/tools/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmContext.cpp 248 const GLESpointer* GLEScmContext::getPointer(GLenum arrType) {
258 return GLEScontext::getPointer(type);
346 ptr = getPointer(GL_VERTEX_ARRAY_POINTER);
352 ptr = getPointer(GL_NORMAL_ARRAY_POINTER);
359 ptr = getPointer(GL_COLOR_ARRAY_POINTER);
366 ptr = getPointer(GL_TEXTURE_COORD_ARRAY_POINTER);
372 ptr = getPointer(GL_POINT_SIZE_ARRAY_POINTER_OES);
  /external/icu4c/common/
propname.h 194 inline const int8_t* getPointer(Offset o) const {
199 return o ? getPointer(o) : NULL;
385 const char* name = (const char*) data.getPointer(n[i]);
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
bitstream.cpp 507 /* Function : getPointer() */
513 int32 getPointer(BitstreamDecVideo *stream)
    [all...]
  /frameworks/base/opengl/tools/glgen/stubs/jsr239/
GLCHeader.cpp 116 getPointer(JNIEnv *_env, jobject buffer, jarray *array, jint *remaining)
183 buf = getPointer(_env, buffer, &array, &remaining);
  /external/clang/include/clang/AST/
VTableBuilder.h 123 return reinterpret_cast<CXXRecordDecl *>(getPointer());
129 return reinterpret_cast<CXXMethodDecl *>(getPointer());
136 return reinterpret_cast<CXXDestructorDecl *>(getPointer());
142 return reinterpret_cast<CXXMethodDecl *>(getPointer());
175 uintptr_t getPointer() const {
  /external/llvm/include/llvm/Analysis/
AliasSetTracker.h 207 Value *getPointer() const { return CurNode->getValue(); }
  /development/tools/emulator/opengl/host/libs/Translator/GLcommon/
GLEScontext.cpp 192 const GLESpointer* GLEScontext::getPointer(GLenum arrType) {
  /frameworks/base/core/jni/android/opengl/
util.cpp 754 getPointer(JNIEnv *_env, jobject buffer, jint *remaining)
786 mData = getPointer(mEnv, mBuffer, &mRemaining);
  /external/clang/include/clang/Sema/
DeclSpec.h     [all...]

Completed in 424 milliseconds

1 2