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

1 2 3

  /external/deqp/framework/egl/
egluStaticES30Library.inl 104 { "glInvalidateSubFramebuffer", (deFunctionPtr)glInvalidateSubFramebuffer },
  /external/skia/src/gpu/gl/iOS/
GrGLCreateNativeInterface_iOS.cpp 160 functions->fInvalidateSubFramebuffer = glInvalidateSubFramebuffer;
  /external/skia/src/gpu/gl/android/
GrGLCreateNativeInterface_android.cpp 230 functions->fInvalidateSubFramebuffer = glInvalidateSubFramebuffer;
233 functions->fInvalidateSubFramebuffer = (GrGLInvalidateSubFramebufferProc) eglGetProcAddress("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;
  /frameworks/base/opengl/java/android/opengl/
GLES30.java     [all...]
  /frameworks/native/opengl/libs/GLES_trace/
gltrace.proto 502 glInvalidateSubFramebuffer = 476;
  /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/deqp/modules/gles31/functional/
es31fNegativeBufferApiTests.cpp     [all...]
  /external/deqp/framework/platform/null/
tcuNullRenderContextInitFuncs.inl 520 gl->invalidateSubFramebuffer = glInvalidateSubFramebuffer;
  /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...]
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/GLES3/
gl3.h     [all...]

Completed in 80 milliseconds

1 2 3