/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL11.java | 377 void glGetTexParameterfv( in glGetTexParameterfv() method 384 void glGetTexParameterfv( in glGetTexParameterfv() method
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES11.java | 479 public static native void glGetTexParameterfv( in glGetTexParameterfv() method in GLES11 488 public static native void glGetTexParameterfv( in glGetTexParameterfv() method in GLES11
|
D | GLES20.java | 1136 public static native void glGetTexParameterfv( in glGetTexParameterfv() method in GLES20 1145 public static native void glGetTexParameterfv( in glGetTexParameterfv() method in GLES20
|
D | GLErrorWrapper.java | 1172 public void glGetTexParameterfv(int target, int pname, float[] params, in glGetTexParameterfv() method in GLErrorWrapper 1175 mgl11.glGetTexParameterfv(target, pname, params, offset); in glGetTexParameterfv() 1179 public void glGetTexParameterfv(int target, int pname, FloatBuffer params) { in glGetTexParameterfv() method in GLErrorWrapper 1181 mgl11.glGetTexParameterfv(target, pname, params); in glGetTexParameterfv()
|
D | GLLogWrapper.java | 3091 public void glGetTexParameterfv(int target, int pname, float[] params, int offset) { in glGetTexParameterfv() method in GLLogWrapper 3098 mgl11.glGetTexParameterfv(target, pname, params, offset); in glGetTexParameterfv() 3102 public void glGetTexParameterfv(int target, int pname, FloatBuffer params) { in glGetTexParameterfv() method in GLLogWrapper 3108 mgl11.glGetTexParameterfv(target, pname, params); in glGetTexParameterfv()
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES11.spec | 25 void glGetTexParameterfv ( GLenum target, GLenum pname, GLfloat *params )
|
D | GLES20.spec | 74 void glGetTexParameterfv ( GLenum target, GLenum pname, GLfloat *params )
|
/frameworks/native/opengl/libs/ |
D | libGLESv2.map.txt | 122 glGetTexParameterfv;
|
D | libGLESv1_CM.map.txt | 148 glGetTexParameterfv;
|
D | libGLESv3.map.txt | 214 glGetTexParameterfv;
|
D | entries_gles1.in | 154 GL_ENTRY(void, glGetTexParameterfv, GLenum target, GLenum pname, GLfloat *params)
|
/frameworks/native/opengl/tools/glgen/specs/jsr239/ |
D | glspec-1.1 | 23 void glGetTexParameterfv ( GLenum target, GLenum pname, GLfloat *params )
|
/frameworks/libs/native_bridge_support/libGLESv1_CM/ |
D | stubs_arm64.cc | 165 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetTexParameterfv); 445 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glGetTexParameterfv); in init_stub_library()
|
D | stubs_arm.cc | 165 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetTexParameterfv); 445 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glGetTexParameterfv); in init_stub_library()
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | GLImpl.java | 1477 public native void glGetTexParameterfv( in glGetTexParameterfv() method in GLImpl 1486 public native void glGetTexParameterfv( in glGetTexParameterfv() method in GLImpl
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | gl_api.in | 43 void API_ENTRY(glGetTexParameterfv)(GLenum target, GLenum pname, GLfloat *params) { 44 CALL_GL_API(glGetTexParameterfv, target, pname, params);
|
/frameworks/native/opengl/include/GLES/ |
D | gl.h | 419 GL_API void GL_APIENTRY glGetTexParameterfv (GLenum target, GLenum pname, GLfloat *params);
|
/frameworks/libs/native_bridge_support/libGLESv2/ |
D | stubs_arm.cc | 403 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetTexParameterfv); 1251 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glGetTexParameterfv); in init_stub_library()
|
D | stubs_arm64.cc | 403 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetTexParameterfv); 1251 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glGetTexParameterfv); in init_stub_library()
|
/frameworks/libs/native_bridge_support/libGLESv3/ |
D | stubs_arm.cc | 403 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetTexParameterfv); 1251 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glGetTexParameterfv); in init_stub_library()
|
D | stubs_arm64.cc | 403 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetTexParameterfv); 1251 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glGetTexParameterfv); in init_stub_library()
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES11.cpp | 2243 glGetTexParameterfv( in android_glGetTexParameterfv__II_3FI() 2288 glGetTexParameterfv( in android_glGetTexParameterfv__IILjava_nio_FloatBuffer_2()
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2_api.in | 217 void API_ENTRY(glGetTexParameterfv)(GLenum target, GLenum pname, GLfloat *params) { 218 CALL_GL_API(glGetTexParameterfv, target, pname, params);
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2.h | 598 GL_APICALL void GL_APIENTRY glGetTexParameterfv (GLenum target, GLenum pname, GLfloat *params);
|
/frameworks/native/opengl/include/GLES3/ |
D | gl3.h | 598 GL_APICALL void GL_APIENTRY glGetTexParameterfv (GLenum target, GLenum pname, GLfloat *params);
|