HomeSort by relevance Sort by last modified time
    Searched refs:glInvalidateSubFramebuffer (Results 1 - 22 of 22) sorted by null

  /external/deqp/framework/egl/
egluStaticES30Library.inl 104 { "glInvalidateSubFramebuffer", (deFunctionPtr)glInvalidateSubFramebuffer },
  /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 246 gl->invalidateSubFramebuffer = &glInvalidateSubFramebuffer;
glwApi.inl 520 #define glInvalidateSubFramebuffer glwInvalidateSubFramebuffer
    [all...]
  /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/deqp/modules/gles31/functional/
es31fNegativeBufferApiTests.cpp     [all...]
  /external/deqp/framework/platform/null/
tcuNullRenderContextInitFuncs.inl 520 gl->invalidateSubFramebuffer = glInvalidateSubFramebuffer;
tcuNullRenderContextFuncs.inl     [all...]
  /development/ndk/platforms/android-18/include/GLES3/
gl3.h     [all...]
  /external/chromium_org/third_party/angle/include/GLES3/
gl3.h     [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glprocs.h 771 "glInvalidateSubFramebuffer\0"
    [all...]
  /external/deqp/framework/opengl/
gluCallLogWrapperApi.inl     [all...]
gluCallLogWrapper.inl     [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/
libGLESv2.cpp     [all...]
  /external/chromium_org/third_party/mesa/src/include/GL/
glext.h     [all...]
  /external/mesa3d/include/GL/
glext.h     [all...]

Completed in 139 milliseconds