HomeSort by relevance Sort by last modified time
    Searched refs:glInvalidateFramebuffer (Results 1 - 25 of 59) sorted by null

1 2 3

  /external/deqp/framework/egl/
egluStaticES30Library.inl 103 { "glInvalidateFramebuffer", (deFunctionPtr)glInvalidateFramebuffer },
  /external/skia/src/gpu/gl/iOS/
GrGLCreateNativeInterface_iOS.cpp 159 functions->fInvalidateFramebuffer = glInvalidateFramebuffer;
  /external/skia/src/gpu/gl/android/
GrGLCreateNativeInterface_android.cpp 229 functions->fInvalidateFramebuffer = glInvalidateFramebuffer;
232 functions->fInvalidateFramebuffer = (GrGLInvalidateFramebufferProc) eglGetProcAddress("glInvalidateFramebuffer");
  /development/ndk/platforms/android-18/samples/gles3jni/jni/
gl3stub.c 121 FIND_PROC(glInvalidateFramebuffer);
227 !glInvalidateFramebuffer ||
339 GL_APICALL void (* GL_APIENTRY glInvalidateFramebuffer) (GLenum target, GLsizei numAttachments, const GLenum* attachments);
gl3stub.h     [all...]
  /development/ndk/sources/android/ndk_helper/
gl3stub.c 122 FIND_PROC( glInvalidateFramebuffer );
163 || !glProgramParameteri || !glInvalidateFramebuffer
487 GL_APICALL void (* GL_APIENTRY glInvalidateFramebuffer)( GLenum target,
gl3stub.h     [all...]
  /external/deqp/modules/gles3/functional/
es3fFboInvalidateTests.cpp 162 glInvalidateFramebuffer(m_fboTarget, (int)attachments.size(), attachments.empty() ? DE_NULL : &attachments[0]);
249 glInvalidateFramebuffer(GL_FRAMEBUFFER, (int)attachments.size(), attachments.empty() ? DE_NULL : &attachments[0]);
511 glInvalidateFramebuffer(GL_FRAMEBUFFER, (int)attachments.size(), attachments.empty() ? DE_NULL : &attachments[0]);
631 glInvalidateFramebuffer(GL_FRAMEBUFFER, (int)attachments.size(), &attachments[0]);
758 glInvalidateFramebuffer(GL_FRAMEBUFFER, (int)attachments.size(), &attachments[0]);
    [all...]
es3fNegativeBufferApiTests.cpp     [all...]
  /external/deqp/framework/opengl/simplereference/
sglrContextWrapper.cpp 369 void ContextWrapper::glInvalidateFramebuffer (deUint32 target, int numAttachments, const deUint32* attachments)
sglrContextWrapper.hpp 293 void glInvalidateFramebuffer (deUint32 target, int numAttachments, const deUint32* attachments);
sglrGLContext.cpp 634 m_wrapper->glInvalidateFramebuffer(target, numAttachments, attachments);
  /external/deqp/framework/opengl/wrapper/
glwInitES30Direct.inl 245 gl->invalidateFramebuffer = &glInvalidateFramebuffer;
  /frameworks/base/opengl/java/android/opengl/
GLES30.java     [all...]
  /frameworks/native/opengl/libs/GLES_trace/
gltrace.proto 501 glInvalidateFramebuffer = 475;
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES30.spec 106 void glInvalidateFramebuffer ( GLenum target, GLsizei numAttachments, const GLenum *attachments )
  /external/deqp/modules/gles31/functional/
es31fNegativeBufferApiTests.cpp     [all...]
  /external/deqp/framework/platform/null/
tcuNullRenderContextInitFuncs.inl 519 gl->invalidateFramebuffer = glInvalidateFramebuffer;
  /development/ndk/platforms/android-18/include/GLES3/
gl3.h     [all...]
  /external/chromium_org/third_party/angle/include/GLES3/
gl3.h     [all...]
  /frameworks/native/opengl/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/GLES3/
gl3.h     [all...]

Completed in 527 milliseconds

1 2 3