Searched defs:instanceCount (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DglDrawElementsInstanced.cpp1 /* void glDrawElementsInstanced ( GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei instanceCount ) */
4 (JNIEnv *_env, jobject _this, jint mode, jint count, jint type, jobject indices_buf, jint instanceCount) {
20 (GLsizei)instanceCount
27 /* void glDrawElementsInstanced ( GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei instanceCount ) */
30 (JNIEnv *_env, jobject _this, jint mode, jint count, jint type, jint indicesOffset, jint instanceCount) {
36 (GLsizei)instanceCount
3 android_glDrawElementsInstanced__IIILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint mode, jint count, jint type, jobject indices_buf, jint instanceCount) argument
29 android_glDrawElementsInstanced__IIIII(JNIEnv *_env, jobject _this, jint mode, jint count, jint type, jint indicesOffset, jint instanceCount) argument
/frameworks/wilhelm/src/objects/
H A DCEngine.c92 unsigned instanceCount = thiz->mEngine.mInstanceCount; local
94 if ((0 < instanceCount) || (0 != instanceMask)) {
96 thiz, instanceCount);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES30.cpp3717 /* void glDrawArraysInstanced ( GLenum mode, GLint first, GLsizei count, GLsizei instanceCount ) */
3720 (JNIEnv *_env, jobject _this, jint mode, jint first, jint count, jint instanceCount) {
3725 (GLsizei)instanceCount
3729 /* void glDrawElementsInstanced ( GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei instanceCount ) */
3732 (JNIEnv *_env, jobject _this, jint mode, jint count, jint type, jobject indices_buf, jint instanceCount) {
3748 (GLsizei)instanceCount
3755 /* void glDrawElementsInstanced ( GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei instanceCount ) */
3758 (JNIEnv *_env, jobject _this, jint mode, jint count, jint type, jint indicesOffset, jint instanceCount) {
3764 (GLsizei)instanceCount
3719 android_glDrawArraysInstanced__IIII(JNIEnv *_env, jobject _this, jint mode, jint first, jint count, jint instanceCount) argument
3731 android_glDrawElementsInstanced__IIILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint mode, jint count, jint type, jobject indices_buf, jint instanceCount) argument
3757 android_glDrawElementsInstanced__IIIII(JNIEnv *_env, jobject _this, jint mode, jint count, jint type, jint indicesOffset, jint instanceCount) argument

Completed in 57 milliseconds