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

1 2 3 4

  /external/libopus/celt/
entenc.c 60 static int ec_write_byte(ec_enc *_this,unsigned _value){
61 if(_this->offs+_this->end_offs>=_this->storage)return -1;
62 _this->buf[_this->offs++]=(unsigned char)_value;
66 static int ec_write_byte_at_end(ec_enc *_this,unsigned _value){
67 if(_this->offs+_this->end_offs>=_this->storage)return -1
    [all...]
entdec.c 91 static int ec_read_byte(ec_dec *_this){
92 return _this->offs<_this->storage?_this->buf[_this->offs++]:0;
95 static int ec_read_byte_from_end(ec_dec *_this){
96 return _this->end_offs<_this->storage?
97 _this->buf[_this->storage-++(_this->end_offs)]:0
    [all...]
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
glGetBooleanv.cpp 4 (JNIEnv *_env, jobject _this, jint pname, jbooleanArray params_ref, jint offset) {
6 _env, _this, pname, params_ref, offset);
12 (JNIEnv *_env, jobject _this, jint pname, jobject params_buf) {
14 _env, _this, pname, params_buf);
glGetFloatv.cpp 4 (JNIEnv *_env, jobject _this, jint pname, jfloatArray params_ref, jint offset) {
6 _env, _this, pname, params_ref, offset);
12 (JNIEnv *_env, jobject _this, jint pname, jobject params_buf) {
14 _env, _this, pname, params_buf);
glGetIntegerv.cpp 4 (JNIEnv *_env, jobject _this, jint pname, jintArray params_ref, jint offset) {
6 _env, _this, pname, params_ref, offset);
12 (JNIEnv *_env, jobject _this, jint pname, jobject params_buf) {
14 _env, _this, pname, params_buf);
glDebugMessageCallback.cpp 3 android_glDebugMessageCallback(JNIEnv *_env, jobject _this, jobject callback) {
glDebugMessageCallbackKHR.cpp 3 android_glDebugMessageCallbackKHR(JNIEnv *_env, jobject _this, jobject callback) {
glGetPointerv.cpp 3 android_glGetPointerv(JNIEnv *_env, jobject _this, jint pname) {
glGetPointervKHR.cpp 3 android_glGetDebugMessageCallbackKHR(JNIEnv *_env, jobject _this) {
glGetObjectLabel.cpp 3 android_glGetObjectLabel(JNIEnv *_env, jobject _this, jint identifier, jint name) {
glGetObjectLabelKHR.cpp 3 android_glGetObjectLabelKHR(JNIEnv *_env, jobject _this, jint identifier, jint name) {
glGetObjectPtrLabel.cpp 3 android_glGetObjectPtrLabel(JNIEnv *_env, jobject _this, jlong ptr) {
glGetObjectPtrLabelKHR.cpp 3 android_glGetObjectPtrLabelKHR(JNIEnv *_env, jobject _this, jlong ptr) {
glGetProgramResourceName.cpp 4 (JNIEnv *_env, jobject _this, jint program, jint programInterface, jint index) {
glGetStringi.cpp 4 (JNIEnv *_env, jobject _this, jint name, jint index) {
glObjectPtrLabel.cpp 3 android_glObjectPtrLabel(JNIEnv *_env, jobject _this, jlong ptr, jstring label) {
glObjectPtrLabelKHR.cpp 3 android_glObjectPtrLabelKHR(JNIEnv *_env, jobject _this, jlong ptr, jstring label) {
glBindVertexBuffer.cpp 4 (JNIEnv *_env, jobject _this, jint bindingindex, jint buffer, jlong offset, jint stride) {
glGetBufferPointerv.cpp 4 (JNIEnv *_env, jobject _this, jint target, jint pname) {
glGetDebugMessageLog.cpp 4 (JNIEnv *_env, jobject _this, jint count, jint bufSize, jintArray sources_ref, jint sourcesOffset, jintArray types_ref, jint typesOffset, jintArray ids_ref, jint idsOffset, jintArray severities_ref, jint severitiesOffset, jintArray lengths_ref, jint lengthsOffset, jbyteArray messageLog_ref, jint messageLogOffset) {
12 (JNIEnv *_env, jobject _this, jint count, jobject sources_ref, jobject types_ref, jobject ids_ref, jobject severities_ref, jobject lengths_ref, jobject messageLog_ref) {
20 (JNIEnv *_env, jobject _this, jint count, jintArray sources_ref, jint sourcesOffset, jintArray types_ref, jint typesOffset, jintArray ids_ref, jint idsOffset, jintArray severities_ref, jint severitiesOffset) {
28 (JNIEnv *_env, jobject _this, jint count, jobject sources_ref, jobject types_ref, jobject ids_ref, jobject severities_ref) {
glGetDebugMessageLogKHR.cpp 4 (JNIEnv *_env, jobject _this, jint count, jint bufSize, jintArray sources_ref, jint sourcesOffset, jintArray types_ref, jint typesOffset, jintArray ids_ref, jint idsOffset, jintArray severities_ref, jint severitiesOffset, jintArray lengths_ref, jint lengthsOffset, jbyteArray messageLog_ref, jint messageLogOffset) {
12 (JNIEnv *_env, jobject _this, jint count, jobject sources_ref, jobject types_ref, jobject ids_ref, jobject severities_ref, jobject lengths_ref, jobject messageLog_ref) {
20 (JNIEnv *_env, jobject _this, jint count, jintArray sources_ref, jint sourcesOffset, jintArray types_ref, jint typesOffset, jintArray ids_ref, jint idsOffset, jintArray severities_ref, jint severitiesOffset) {
28 (JNIEnv *_env, jobject _this, jint count, jobject sources_ref, jobject types_ref, jobject ids_ref, jobject severities_ref) {
glMapBufferRange.cpp 4 (JNIEnv *_env, jobject _this, jint target, jint offset, jint length, jint access) {
glShaderSource.cpp 6 (JNIEnv *_env, jobject _this, jint shader, jstring string) {
  /frameworks/native/opengl/tools/glgen/stubs/egl/
eglGetDisplay.cpp 4 (JNIEnv *_env, jobject _this, jlong display_id) {
15 (JNIEnv *_env, jobject _this, jint display_id) {
22 return android_eglGetDisplay(_env, _this, display_id);
eglQueryString.cpp 4 (JNIEnv *_env, jobject _this, jobject dpy, jint name) {

Completed in 90 milliseconds

1 2 3 4