Home
last modified time | relevance | path

Searched defs:type_ref (Results 1 – 8 of 8) sorted by relevance

/aosp12/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DglGetActiveUniform.cpp4 …ength_ref, jint lengthOffset, jintArray size_ref, jint sizeOffset, jintArray type_ref, jint typeOf… in android_glGetActiveUniform__III_3II_3II_3II_3BI()
172 …is, jint program, jint index, jintArray size_ref, jint sizeOffset, jintArray type_ref, jint typeOf… in android_glGetActiveUniform1()
H A DglGetActiveAttrib.cpp4 …ength_ref, jint lengthOffset, jintArray size_ref, jint sizeOffset, jintArray type_ref, jint typeOf… in android_glGetActiveAttrib__III_3II_3II_3II_3BI()
172 …is, jint program, jint index, jintArray size_ref, jint sizeOffset, jintArray type_ref, jint typeOf… in android_glGetActiveAttrib1()
H A DglGetTransformFeedbackVarying.cpp4 …ength_ref, jint lengthOffset, jintArray size_ref, jint sizeOffset, jintArray type_ref, jint typeOf… in android_glGetTransformFeedbackVarying__III_3II_3II_3II_3BI()
192 …is, jint program, jint index, jintArray size_ref, jint sizeOffset, jintArray type_ref, jint typeOf… in android_glGetTransformFeedbackVarying1()
/aosp12/art/profman/
H A Dboot_image_profile.cc176 static bool IncludeClassInProfile(const TypeReference& type_ref, in IncludeClassInProfile()
242 const TypeReference& type_ref = it.first; in GenerateBootImageProfile() local
H A Dprofile_assistant_test.cc389 for (const TypeReference& type_ref : expected_clases) { in AssertInlineCaches() local
/aosp12/frameworks/base/core/jni/
H A Dandroid_opengl_GLES20.cpp1835 …ength_ref, jint lengthOffset, jintArray size_ref, jint sizeOffset, jintArray type_ref, jint typeOf… in android_glGetActiveAttrib__III_3II_3II_3II_3BI()
2003 …is, jint program, jint index, jintArray size_ref, jint sizeOffset, jintArray type_ref, jint typeOf… in android_glGetActiveAttrib1()
2159 …ength_ref, jint lengthOffset, jintArray size_ref, jint sizeOffset, jintArray type_ref, jint typeOf… in android_glGetActiveUniform__III_3II_3II_3II_3BI()
2327 …is, jint program, jint index, jintArray size_ref, jint sizeOffset, jintArray type_ref, jint typeOf… in android_glGetActiveUniform1()
H A Dandroid_opengl_GLES30.cpp2134 …ength_ref, jint lengthOffset, jintArray size_ref, jint sizeOffset, jintArray type_ref, jint typeOf… in android_glGetTransformFeedbackVarying__III_3II_3II_3II_3BI()
2322 …is, jint program, jint index, jintArray size_ref, jint sizeOffset, jintArray type_ref, jint typeOf… in android_glGetTransformFeedbackVarying1()
/aosp12/art/libprofile/profile/
H A Dprofile_compilation_info_test.cc110 TypeReference type_ref(dex1, dex::TypeIndex(k++)); in MakeMegamorphic() local