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

1 2 3 4 5 6

  /external/mesa3d/src/mapi/es2api/
ABI-check 152 glInvalidateSubFramebuffer
  /external/deqp/modules/gles31/functional/
es31fNegativeBufferApiTests.cpp     [all...]
  /device/generic/goldfish-opengl/system/GLESv2_enc/
gl2_ftable.h 270 {"glInvalidateSubFramebuffer", (void*)glInvalidateSubFramebuffer},
gl2_client_context.h 300 glInvalidateSubFramebuffer_client_proc_t glInvalidateSubFramebuffer;
gl2_client_context.cpp 300 glInvalidateSubFramebuffer = (glInvalidateSubFramebuffer_client_proc_t) getProc("glInvalidateSubFramebuffer", userData);
    [all...]
gl2_entry.cpp 295 void glInvalidateSubFramebuffer(GLenum target, GLsizei numAttachments, const GLenum* attachments, GLint x, GLint y, GLsizei width, GLsizei height);
    [all...]
  /external/deqp/framework/egl/
egluStaticES30Library.inl 146 { "glInvalidateSubFramebuffer", (deFunctionPtr)glInvalidateSubFramebuffer },
  /prebuilts/ndk/r11/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...]
  /prebuilts/ndk/r13/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;
  /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...]
  /frameworks/base/libs/hwui/debug/
gles_redefine.h 480 #define glInvalidateSubFramebuffer wrap_glInvalidateSubFramebuffer
    [all...]
gles_undefine.h 480 #undef glInvalidateSubFramebuffer
  /external/deqp/framework/platform/null/
tcuNullRenderContextInitFuncs.inl 326 gl->invalidateSubFramebuffer = glInvalidateSubFramebuffer;
    [all...]
  /development/ndk/platforms/android-18/include/GLES3/
gl3.h     [all...]
  /development/ndk/platforms/android-21/include/GLES3/
gl3.h     [all...]

Completed in 575 milliseconds

1 2 3 4 5 6