Searched refs:_p (Results 1 – 7 of 7) sorted by relevance
6 GLvoid* _p; in android_glGetBufferPointerv__II() local8 glGetBufferPointerv((GLenum)target, (GLenum)pname, &_p); in android_glGetBufferPointerv__II()9 return _env->NewDirectByteBuffer(_p, _mapLength); in android_glGetBufferPointerv__II()
5 GLvoid* _p = glMapBufferRange((GLenum)target, in android_glMapBufferRange__IIII() local8 if (_p) { in android_glMapBufferRange__IIII()9 _buf = _env->NewDirectByteBuffer(_p, length); in android_glMapBufferRange__IIII()
41 #define UNALIGNED_LOAD32(_p) (*reinterpret_cast<const uint32_t *>(_p)) argument
79 Key(int _t, String _p, ActivityRecord _a, String _w, in Key() argument82 packageName = _p; in Key()110 hash = (ODD_PRIME_NUMBER*hash) + (_p != null ? _p.hashCode() : 0); in Key()
1156 GLvoid* _p; in android_glGetBufferPointerv__II() local1158 glGetBufferPointerv((GLenum)target, (GLenum)pname, &_p); in android_glGetBufferPointerv__II()1159 return _env->NewDirectByteBuffer(_p, _mapLength); in android_glGetBufferPointerv__II()1794 GLvoid* _p = glMapBufferRange((GLenum)target, in android_glMapBufferRange__IIII() local1797 if (_p) { in android_glMapBufferRange__IIII()1798 _buf = _env->NewDirectByteBuffer(_p, length); in android_glMapBufferRange__IIII()
956 private ExpressionContext expression(int _p) throws RecognitionException { in expression() argument962 enterRecursionRule(_localctx, 12, RULE_expression, _p); in expression()
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...