Home
last modified time | relevance | path

Searched refs:type_ref (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DglGetActiveAttrib.cpp4 …_ref, jint lengthOffset, jintArray size_ref, jint sizeOffset, jintArray type_ref, jint typeOffset,… in android_glGetActiveAttrib__III_3II_3II_3II_3BI() argument
51 if (!type_ref) { in android_glGetActiveAttrib__III_3II_3II_3II_3BI()
63 _typeRemaining = _env->GetArrayLength(type_ref) - typeOffset; in android_glGetActiveAttrib__III_3II_3II_3II_3BI()
65 _env->GetIntArrayElements(type_ref, (jboolean *)0); in android_glGetActiveAttrib__III_3II_3II_3II_3BI()
101 _env->ReleaseIntArrayElements(type_ref, (jint*)type_base, in android_glGetActiveAttrib__III_3II_3II_3II_3BI()
172 …int program, jint index, jintArray size_ref, jint sizeOffset, jintArray type_ref, jint typeOffset)… in android_glGetActiveAttrib1() argument
213 if (!type_ref) { in android_glGetActiveAttrib1()
225 _typeRemaining = _env->GetArrayLength(type_ref) - typeOffset; in android_glGetActiveAttrib1()
227 _env->GetIntArrayElements(type_ref, (jboolean *)0); in android_glGetActiveAttrib1()
241 _env->ReleaseIntArrayElements(type_ref, (jint*)type_base, in android_glGetActiveAttrib1()
H A DglGetActiveUniform.cpp4 …_ref, jint lengthOffset, jintArray size_ref, jint sizeOffset, jintArray type_ref, jint typeOffset,… in android_glGetActiveUniform__III_3II_3II_3II_3BI() argument
51 if (!type_ref) { in android_glGetActiveUniform__III_3II_3II_3II_3BI()
63 _typeRemaining = _env->GetArrayLength(type_ref) - typeOffset; in android_glGetActiveUniform__III_3II_3II_3II_3BI()
65 _env->GetIntArrayElements(type_ref, (jboolean *)0); in android_glGetActiveUniform__III_3II_3II_3II_3BI()
101 _env->ReleaseIntArrayElements(type_ref, (jint*)type_base, in android_glGetActiveUniform__III_3II_3II_3II_3BI()
172 …int program, jint index, jintArray size_ref, jint sizeOffset, jintArray type_ref, jint typeOffset)… in android_glGetActiveUniform1() argument
216 if (!type_ref) { in android_glGetActiveUniform1()
228 _typeRemaining = _env->GetArrayLength(type_ref) - typeOffset; in android_glGetActiveUniform1()
230 _env->GetIntArrayElements(type_ref, (jboolean *)0); in android_glGetActiveUniform1()
245 _env->ReleaseIntArrayElements(type_ref, (jint*)type_base, in android_glGetActiveUniform1()
H A DglGetTransformFeedbackVarying.cpp4 …_ref, jint lengthOffset, jintArray size_ref, jint sizeOffset, jintArray type_ref, jint typeOffset,… in android_glGetTransformFeedbackVarying__III_3II_3II_3II_3BI() argument
51 if (!type_ref) { in android_glGetTransformFeedbackVarying__III_3II_3II_3II_3BI()
63 _typeRemaining = _env->GetArrayLength(type_ref) - typeOffset; in android_glGetTransformFeedbackVarying__III_3II_3II_3II_3BI()
65 _env->GetIntArrayElements(type_ref, (jboolean *)0); in android_glGetTransformFeedbackVarying__III_3II_3II_3II_3BI()
101 _env->ReleaseIntArrayElements(type_ref, (jint*)type_base, in android_glGetTransformFeedbackVarying__III_3II_3II_3II_3BI()
192 …int program, jint index, jintArray size_ref, jint sizeOffset, jintArray type_ref, jint typeOffset)… in android_glGetTransformFeedbackVarying1() argument
233 if (!type_ref) { in android_glGetTransformFeedbackVarying1()
245 _typeRemaining = _env->GetArrayLength(type_ref) - typeOffset; in android_glGetTransformFeedbackVarying1()
247 _env->GetIntArrayElements(type_ref, (jboolean *)0); in android_glGetTransformFeedbackVarying1()
261 _env->ReleaseIntArrayElements(type_ref, (jint*)type_base, in android_glGetTransformFeedbackVarying1()
/aosp12/art/libprofile/profile/
H A Dprofile_test_helper.h132 [&](const TypeReference& type_ref) { in EqualInlineCaches()
133 if (type_ref.dex_file == dex_file) { in EqualInlineCaches()
134 return type_index == type_ref.TypeIndex(); in EqualInlineCaches()
137 type_ref.dex_file->StringByTypeIdx(type_ref.TypeIndex()); in EqualInlineCaches()
H A Dprofile_compilation_info_test.cc110 TypeReference type_ref(dex1, dex::TypeIndex(k++)); in MakeMegamorphic() local
111 if (std::find(cache.classes.begin(), cache.classes.end(), type_ref) == in MakeMegamorphic()
113 const_cast<std::vector<TypeReference>*>(&cache.classes)->push_back(type_ref); in MakeMegamorphic()
/aosp12/art/profman/
H A Dboot_image_profile.cc176 static bool IncludeClassInProfile(const TypeReference& type_ref, in IncludeClassInProfile() argument
180 uint32_t threshold = MaybeIsClassClean(type_ref) in IncludeClassInProfile()
242 const TypeReference& type_ref = it.first; in GenerateBootImageProfile() local
244 if (IncludeClassInProfile(type_ref, in GenerateBootImageProfile()
H A Dprofile_assistant_test.cc389 for (const TypeReference& type_ref : expected_clases) { in AssertInlineCaches() local
390 if (type_ref.dex_file == dex_file) { in AssertInlineCaches()
391 CHECK_LT(type_ref.TypeIndex().index_, dex_file->NumTypeIds()); in AssertInlineCaches()
394 if (type_ref.TypeIndex() == type_index) { in AssertInlineCaches()
400 const char* expected_descriptor = type_ref.dex_file->StringByTypeIdx(type_ref.TypeIndex()); in AssertInlineCaches()
/aosp12/frameworks/base/core/jni/
H A Dandroid_opengl_GLES20.cpp1882 if (!type_ref) { in android_glGetActiveAttrib__III_3II_3II_3II_3BI()
1894 _typeRemaining = _env->GetArrayLength(type_ref) - typeOffset; in android_glGetActiveAttrib__III_3II_3II_3II_3BI()
1896 _env->GetIntArrayElements(type_ref, (jboolean *)0); in android_glGetActiveAttrib__III_3II_3II_3II_3BI()
1932 _env->ReleaseIntArrayElements(type_ref, (jint*)type_base, in android_glGetActiveAttrib__III_3II_3II_3II_3BI()
2044 if (!type_ref) { in android_glGetActiveAttrib1()
2056 _typeRemaining = _env->GetArrayLength(type_ref) - typeOffset; in android_glGetActiveAttrib1()
2058 _env->GetIntArrayElements(type_ref, (jboolean *)0); in android_glGetActiveAttrib1()
2206 if (!type_ref) { in android_glGetActiveUniform__III_3II_3II_3II_3BI()
2220 _env->GetIntArrayElements(type_ref, (jboolean *)0); in android_glGetActiveUniform__III_3II_3II_3II_3BI()
2371 if (!type_ref) { in android_glGetActiveUniform1()
[all …]
H A Dandroid_opengl_GLES30.cpp2134 …_ref, jint lengthOffset, jintArray size_ref, jint sizeOffset, jintArray type_ref, jint typeOffset,… in android_glGetTransformFeedbackVarying__III_3II_3II_3II_3BI() argument
2181 if (!type_ref) { in android_glGetTransformFeedbackVarying__III_3II_3II_3II_3BI()
2193 _typeRemaining = _env->GetArrayLength(type_ref) - typeOffset; in android_glGetTransformFeedbackVarying__III_3II_3II_3II_3BI()
2195 _env->GetIntArrayElements(type_ref, (jboolean *)0); in android_glGetTransformFeedbackVarying__III_3II_3II_3II_3BI()
2231 _env->ReleaseIntArrayElements(type_ref, (jint*)type_base, in android_glGetTransformFeedbackVarying__III_3II_3II_3II_3BI()
2322 …int program, jint index, jintArray size_ref, jint sizeOffset, jintArray type_ref, jint typeOffset)… in android_glGetTransformFeedbackVarying1() argument
2363 if (!type_ref) { in android_glGetTransformFeedbackVarying1()
2375 _typeRemaining = _env->GetArrayLength(type_ref) - typeOffset; in android_glGetTransformFeedbackVarying1()
2377 _env->GetIntArrayElements(type_ref, (jboolean *)0); in android_glGetTransformFeedbackVarying1()
2391 _env->ReleaseIntArrayElements(type_ref, (jint*)type_base, in android_glGetTransformFeedbackVarying1()