Searched defs:type_ref (Results 1 – 8 of 8) sorted by relevance
/aosp12/frameworks/native/opengl/tools/glgen/stubs/gles11/ |
H A D | glGetActiveUniform.cpp | 4 …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 D | glGetActiveAttrib.cpp | 4 …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 D | glGetTransformFeedbackVarying.cpp | 4 …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 D | boot_image_profile.cc | 176 static bool IncludeClassInProfile(const TypeReference& type_ref, in IncludeClassInProfile() 242 const TypeReference& type_ref = it.first; in GenerateBootImageProfile() local
|
H A D | profile_assistant_test.cc | 389 for (const TypeReference& type_ref : expected_clases) { in AssertInlineCaches() local
|
/aosp12/frameworks/base/core/jni/ |
H A D | android_opengl_GLES20.cpp | 1835 …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 D | android_opengl_GLES30.cpp | 2134 …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 D | profile_compilation_info_test.cc | 110 TypeReference type_ref(dex1, dex::TypeIndex(k++)); in MakeMegamorphic() local
|