/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
GL11ExtensionPack.java | 234 void glGetFramebufferAttachmentParameterivOES( 242 void glGetFramebufferAttachmentParameterivOES(
|
/device/generic/goldfish/opengl/system/GLESv1_enc/ |
gl_ftable.h | 222 {"glGetFramebufferAttachmentParameterivOES", (void*)glGetFramebufferAttachmentParameterivOES},
|
gl_client_context.h | 240 glGetFramebufferAttachmentParameterivOES_client_proc_t glGetFramebufferAttachmentParameterivOES; [all...] |
/device/generic/goldfish/opengl/tests/gles_android_wrapper/ |
gles_ftable.h | 230 {"glGetFramebufferAttachmentParameterivOES", (void *)glGetFramebufferAttachmentParameterivOES},
|
gles_dispatch.h | 233 glGetFramebufferAttachmentParameterivOES_t glGetFramebufferAttachmentParameterivOES; [all...] |
gles.cpp | 1106 void glGetFramebufferAttachmentParameterivOES(GLenum target, GLenum attachment, GLenum pname, GLint *params) 1108 getDispatch()->glGetFramebufferAttachmentParameterivOES(target, attachment, pname, params); [all...] |
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
checks.spec | 56 glGetFramebufferAttachmentParameterivOES check params 1
|
GLES11Ext.spec | 66 void glGetFramebufferAttachmentParameterivOES ( GLenum target, GLenum attachment, GLenum pname, GLint *params )
|
/frameworks/base/opengl/java/android/opengl/ |
GLES11Ext.java | 843 // C function void glGetFramebufferAttachmentParameterivOES ( GLenum target, GLenum attachment, GLenum pname, GLint *params ) 845 public static native void glGetFramebufferAttachmentParameterivOES( 853 // C function void glGetFramebufferAttachmentParameterivOES ( GLenum target, GLenum attachment, GLenum pname, GLint *params ) 855 public static native void glGetFramebufferAttachmentParameterivOES( [all...] |
GLErrorWrapper.java | [all...] |
GLLogWrapper.java | [all...] |
/external/robolectric/lib/main/ |
opengl-api-gl1.1-android-2.1_r1.jar | |
/sdk/emulator/opengl/host/libs/libOpenglRender/ |
GLDispatch.h | 233 glGetFramebufferAttachmentParameterivOES_t glGetFramebufferAttachmentParameterivOES;
|
GLDispatch.cpp | 250 s_gl.glGetFramebufferAttachmentParameterivOES = (glGetFramebufferAttachmentParameterivOES_t) s_gles_lib->findSymbol("glGetFramebufferAttachmentParameterivOES");
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
GLImpl.java | [all...] |
/frameworks/native/opengl/libs/GLES_trace/ |
gltrace.proto | 191 glGetFramebufferAttachmentParameterivOES = 165;
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/GLES/ |
glext.h | 433 GL_API void GL_APIENTRY glGetFramebufferAttachmentParameterivOES (GLenum target, GLenum attachment, GLenum pname, GLint* params);
|
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/GLES/ |
glext.h | 433 GL_API void GL_APIENTRY glGetFramebufferAttachmentParameterivOES (GLenum target, GLenum attachment, GLenum pname, GLint* params);
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/GLES/ |
glext.h | 433 GL_API void GL_APIENTRY glGetFramebufferAttachmentParameterivOES (GLenum target, GLenum attachment, GLenum pname, GLint* params);
|
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/GLES/ |
glext.h | 433 GL_API void GL_APIENTRY glGetFramebufferAttachmentParameterivOES (GLenum target, GLenum attachment, GLenum pname, GLint* params);
|
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/GLES/ |
glext.h | 433 GL_API void GL_APIENTRY glGetFramebufferAttachmentParameterivOES (GLenum target, GLenum attachment, GLenum pname, GLint* params);
|
/prebuilts/ndk/5/platforms/android-4/arch-arm/usr/include/GLES/ |
glext.h | 433 GL_API void GL_APIENTRY glGetFramebufferAttachmentParameterivOES (GLenum target, GLenum attachment, GLenum pname, GLint* params);
|
/prebuilts/ndk/6/platforms/android-4/arch-arm/usr/include/GLES/ |
glext.h | 433 GL_API void GL_APIENTRY glGetFramebufferAttachmentParameterivOES (GLenum target, GLenum attachment, GLenum pname, GLint* params);
|
/prebuilts/ndk/6/platforms/android-4/arch-x86/usr/include/GLES/ |
glext.h | 433 GL_API void GL_APIENTRY glGetFramebufferAttachmentParameterivOES (GLenum target, GLenum attachment, GLenum pname, GLint* params);
|
/development/ndk/platforms/android-4/include/GLES/ |
glext.h | 627 GL_API void GL_APIENTRY glGetFramebufferAttachmentParameterivOES (GLenum target, GLenum attachment, GLenum pname, GLint* params); [all...] |