/external/deqp/modules/gles31/functional/ |
es31fNegativeBufferApiTests.cpp | [all...] |
/external/libgdx/backends/gdx-backend-moe/src/com/badlogic/gdx/backends/iosrobovm/ |
IOSGLES30.java | 216 public native void glInvalidateSubFramebuffer(int target, int numAttachments, IntBuffer attachments, int x, int y, int width, int height);
|
/external/libgdx/backends/gdx-backend-robovm/src/com/badlogic/gdx/backends/iosrobovm/ |
IOSGLES30.java | 200 public native void glInvalidateSubFramebuffer(int target, int numAttachments, IntBuffer attachments, int x, int y, int width, int height);
|
/external/deqp/framework/egl/ |
egluStaticES30Library.inl | 146 { "glInvalidateSubFramebuffer", (deFunctionPtr)glInvalidateSubFramebuffer },
|
/external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/ |
AndroidGL30.java | 824 // public void glInvalidateSubFramebuffer(int target, int numAttachments, int[] attachments, int offset, int x, int y, int width, 826 // GLES30.glInvalidateSubFramebuffer(target, numAttachments, attachments, offset, x, y, width, height); 830 public void glInvalidateSubFramebuffer (int target, int numAttachments, java.nio.IntBuffer attachments, int x, int y, 832 GLES30.glInvalidateSubFramebuffer(target, numAttachments, attachments, x, y, width, height);
|
/development/ndk/platforms/android-18/samples/gles3jni/jni/ |
gl3stub.c | 122 FIND_PROC(glInvalidateSubFramebuffer); 228 !glInvalidateSubFramebuffer || 340 GL_APICALL void (* GL_APIENTRY glInvalidateSubFramebuffer) (GLenum target, GLsizei numAttachments, const GLenum* attachments, GLint x, GLint y, GLsizei width, GLsizei height);
|
gl3stub.h | [all...] |
/development/ndk/sources/android/ndk_helper/ |
gl3stub.c | 123 FIND_PROC( glInvalidateSubFramebuffer ); 164 || !glInvalidateSubFramebuffer || !glTexStorage2D || !glTexStorage3D 490 GL_APICALL void (* GL_APIENTRY glInvalidateSubFramebuffer)( GLenum target,
|
gl3stub.h | [all...] |
/external/deqp/framework/opengl/simplereference/ |
sglrContextWrapper.cpp | 364 void ContextWrapper::glInvalidateSubFramebuffer (deUint32 target, int numAttachments, const deUint32* attachments, int x, int y, int width, int height)
|
sglrContextWrapper.hpp | 294 void glInvalidateSubFramebuffer (deUint32 target, int numAttachments, const deUint32* attachments, int x, int y, int width, int height);
|
/external/deqp/framework/opengl/wrapper/ |
glwInitES30Direct.inl | 146 gl->invalidateSubFramebuffer = &glInvalidateSubFramebuffer;
|
glwInitES31Direct.inl | 170 gl->invalidateSubFramebuffer = &glInvalidateSubFramebuffer;
|
glwInitES32Direct.inl | 198 gl->invalidateSubFramebuffer = &glInvalidateSubFramebuffer;
|
/external/libgdx/backends/gdx-backend-lwjgl/src/com/badlogic/gdx/backends/lwjgl/ |
LwjglGL30.java | 647 public void glInvalidateSubFramebuffer (int target, int numAttachments, IntBuffer attachments, int x, int y, int width, 649 GL43.glInvalidateSubFramebuffer(target, attachments, x, y, width, height);
|
/external/libgdx/backends/gdx-backend-lwjgl3/src/com/badlogic/gdx/backends/lwjgl3/ |
Lwjgl3GL30.java | 648 public void glInvalidateSubFramebuffer (int target, int numAttachments, IntBuffer attachments, int x, int y, int width, 650 GL43.glInvalidateSubFramebuffer(target, attachments, x, y, width, height);
|
/frameworks/base/opengl/java/android/opengl/ |
GLES30.java | [all...] |
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
GLES30.spec | 107 void glInvalidateSubFramebuffer ( GLenum target, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint y, GLsizei width, GLsizei height )
|
/external/deqp/modules/gles3/functional/ |
es3fFboInvalidateTests.cpp | 328 glInvalidateSubFramebuffer(GL_FRAMEBUFFER, (int)attachments.size(), &attachments[0], invalidateX, invalidateY, invalidateW, invalidateH); 406 glInvalidateSubFramebuffer(GL_FRAMEBUFFER, (int)attachments.size(), &attachments[0], invalidateX, invalidateY, invalidateW, invalidateH); [all...] |
es3fNegativeBufferApiTests.cpp | [all...] |
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/ |
GL30.java | [all...] |
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/profiling/ |
GL30Profiler.java | [all...] |
/frameworks/base/libs/hwui/debug/ |
unwrap_gles.h | 483 #undef glInvalidateSubFramebuffer
|
wrap_gles.h | 483 #define glInvalidateSubFramebuffer wrap_glInvalidateSubFramebuffer [all...] |
/external/deqp/framework/platform/null/ |
tcuNullRenderContextInitFuncs.inl | 326 gl->invalidateSubFramebuffer = glInvalidateSubFramebuffer; [all...] |