/device/generic/goldfish-opengl/system/GLESv2_enc/ |
D | gl2_entry.cpp | 30 …void glCompressedTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei w… 32 …void glCopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint … 118 …void glTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsi… 157 …void glTexSubImage3DOES(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, G… 158 …void glCopyTexSubImage3DOES(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffse… 160 …void glCompressedTexSubImage3DOES(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint … 201 …void glExtGetTexSubImageQCOM(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffs… 228 …void glCompressedTexSubImage2DOffsetAEMU(GLenum target, GLint level, GLint xoffset, GLint yoffset,… 230 …void glTexSubImage2DOffsetAEMU(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei w… 338 …void glTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsi… [all …]
|
D | GL2Encoder.cpp | 1966 GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, in s_glTexSubImage2D() argument 1987 SET_ERROR_IF(xoffset < 0 || yoffset < 0, GL_INVALID_VALUE); in s_glTexSubImage2D() 1990 GLsizei neededWidth = xoffset + width; in s_glTexSubImage2D() 2022 xoffset, yoffset, width, height, in s_glTexSubImage2D() 2025 ctx->m_glTexSubImage2D_enc(ctx, target, level, xoffset, yoffset, width, in s_glTexSubImage2D() 2624 void GL2Encoder::s_glCompressedTexSubImage2D(void* self, GLenum target, GLint level, GLint xoffset,… in s_glCompressedTexSubImage2D() argument 2644 SET_ERROR_IF(xoffset < 0 || yoffset < 0, GL_INVALID_VALUE); in s_glCompressedTexSubImage2D() 2649 xoffset, yoffset, in s_glCompressedTexSubImage2D() 2655 xoffset, yoffset, in s_glCompressedTexSubImage2D() 3374 void GL2Encoder::s_glTexSubImage3D(void* self, GLenum target, GLint level, GLint xoffset, GLint yof… in s_glTexSubImage3D() argument [all …]
|
D | GL2Encoder.h | 312 static void s_glTexSubImage2D(void* self, GLenum target, GLint level, GLint xoffset, 376 …static void s_glCompressedTexSubImage2D(void* self, GLenum target, GLint level, GLint xoffset, GLi… 482 …static void s_glTexSubImage3D(void* self, GLenum target, GLint level, GLint xoffset, GLint yoffset… 487 …static void s_glCompressedTexSubImage3D(void* self, GLenum target, GLint level, GLint xoffset, GLi…
|
D | gl2_enc.cpp | 649 void glCompressedTexSubImage2D_enc(void *self , GLenum target, GLint level, GLint xoffset, GLint yo… in glCompressedTexSubImage2D_enc() argument 670 memcpy(ptr, &xoffset, 4); ptr += 4; in glCompressedTexSubImage2D_enc() 722 void glCopyTexSubImage2D_enc(void *self , GLenum target, GLint level, GLint xoffset, GLint yoffset,… in glCopyTexSubImage2D_enc() argument 742 memcpy(ptr, &xoffset, 4); ptr += 4; in glCopyTexSubImage2D_enc() 3465 void glTexSubImage2D_enc(void *self , GLenum target, GLint level, GLint xoffset, GLint yoffset, GLs… in glTexSubImage2D_enc() argument 3486 memcpy(ptr, &xoffset, 4); ptr += 4; in glTexSubImage2D_enc() 4482 void glTexSubImage3DOES_enc(void *self , GLenum target, GLint level, GLint xoffset, GLint yoffset, … in glTexSubImage3DOES_enc() argument 4503 memcpy(ptr, &xoffset, 4); ptr += 4; in glTexSubImage3DOES_enc() 4525 void glCopyTexSubImage3DOES_enc(void *self , GLenum target, GLint level, GLint xoffset, GLint yoffs… in glCopyTexSubImage3DOES_enc() argument 4545 memcpy(ptr, &xoffset, 4); ptr += 4; in glCopyTexSubImage3DOES_enc() [all …]
|
/device/generic/goldfish-opengl/tests/gles_android_wrapper/ |
D | gles.cpp | 336 void glCompressedTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei wi… in glCompressedTexSubImage2D() argument 338 …getDispatch()->glCompressedTexSubImage2D(target, level, xoffset, yoffset, width, height, format, i… in glCompressedTexSubImage2D() 346 void glCopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y… in glCopyTexSubImage2D() argument 348 getDispatch()->glCopyTexSubImage2D(target, level, xoffset, yoffset, x, y, width, height); in glCopyTexSubImage2D() 756 void glTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsiz… in glTexSubImage2D() argument 758 …getDispatch()->glTexSubImage2D(target, level, xoffset, yoffset, width, height, format, type, pixel… in glTexSubImage2D() 1371 void glExtGetTexSubImageQCOM(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffse… in glExtGetTexSubImageQCOM() argument 1373 …getDispatch()->glExtGetTexSubImageQCOM(target, level, xoffset, yoffset, zoffset, width, height, de… in glExtGetTexSubImageQCOM()
|
/device/generic/goldfish-opengl/system/GLESv1_enc/ |
D | gl_entry.cpp | 63 …void glCompressedTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei w… 65 …void glCopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint … 147 …void glTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsi… 291 …void glExtGetTexSubImageQCOM(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffs… 637 void glCompressedTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei wi… in glCompressedTexSubImage2D() argument 640 …ctx->glCompressedTexSubImage2D(ctx, target, level, xoffset, yoffset, width, height, format, imageS… in glCompressedTexSubImage2D() 649 void glCopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y… in glCopyTexSubImage2D() argument 652 ctx->glCopyTexSubImage2D(ctx, target, level, xoffset, yoffset, x, y, width, height); in glCopyTexSubImage2D() 1145 void glTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsiz… in glTexSubImage2D() argument 1148 ctx->glTexSubImage2D(ctx, target, level, xoffset, yoffset, width, height, format, type, pixels); in glTexSubImage2D() [all …]
|
D | gl_enc.cpp | 1568 void glCompressedTexSubImage2D_enc(void *self , GLenum target, GLint level, GLint xoffset, GLint yo… in glCompressedTexSubImage2D_enc() argument 1589 memcpy(ptr, &xoffset, 4); ptr += 4; in glCompressedTexSubImage2D_enc() 1635 void glCopyTexSubImage2D_enc(void *self , GLenum target, GLint level, GLint xoffset, GLint yoffset,… in glCopyTexSubImage2D_enc() argument 1655 memcpy(ptr, &xoffset, 4); ptr += 4; in glCopyTexSubImage2D_enc() 3928 void glTexSubImage2D_enc(void *self , GLenum target, GLint level, GLint xoffset, GLint yoffset, GLs… in glTexSubImage2D_enc() argument 3949 memcpy(ptr, &xoffset, 4); ptr += 4; in glTexSubImage2D_enc() 8051 void glExtGetTexSubImageQCOM_enc(void *self , GLenum target, GLint level, GLint xoffset, GLint yoff… in glExtGetTexSubImageQCOM_enc() argument 8072 memcpy(ptr, &xoffset, 4); ptr += 4; in glExtGetTexSubImageQCOM_enc()
|
/device/generic/goldfish-opengl/system/include/GLES3/ |
D | gl3.h | 399 GL_APICALL void GL_APIENTRY glCompressedTexSubImage2D (GLenum target, GLint level, GLint xoffset, G… 401 GL_APICALL void GL_APIENTRY glCopyTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint y… 487 GL_APICALL void GL_APIENTRY glTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffs… 832 GL_APICALL void GL_APIENTRY glTexSubImage3D (GLenum target, GLint level, GLint xoffset, GLint yoffs… 833 GL_APICALL void GL_APIENTRY glCopyTexSubImage3D (GLenum target, GLint level, GLint xoffset, GLint y… 835 GL_APICALL void GL_APIENTRY glCompressedTexSubImage3D (GLenum target, GLint level, GLint xoffset, G…
|
D | gl31.h | 399 GL_APICALL void GL_APIENTRY glCompressedTexSubImage2D (GLenum target, GLint level, GLint xoffset, G… 401 GL_APICALL void GL_APIENTRY glCopyTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint y… 487 GL_APICALL void GL_APIENTRY glTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffs… 832 GL_APICALL void GL_APIENTRY glTexSubImage3D (GLenum target, GLint level, GLint xoffset, GLint yoffs… 833 GL_APICALL void GL_APIENTRY glCopyTexSubImage3D (GLenum target, GLint level, GLint xoffset, GLint y… 835 GL_APICALL void GL_APIENTRY glCompressedTexSubImage3D (GLenum target, GLint level, GLint xoffset, G…
|
/device/generic/goldfish-opengl/system/include/GLES2/ |
D | gl2.h | 399 GL_APICALL void GL_APIENTRY glCompressedTexSubImage2D (GLenum target, GLint level, GLint xoffset, G… 401 GL_APICALL void GL_APIENTRY glCopyTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint y… 487 GL_APICALL void GL_APIENTRY glTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffs…
|
D | gl2ext.h | 358 typedef void (GL_APIENTRYP PFNGLTEXSUBIMAGE3DOESPROC) (GLenum target, GLint level, GLint xoffset, G… 359 …ENTRYP PFNGLCOPYTEXSUBIMAGE3DOESPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, G… 361 … PFNGLCOMPRESSEDTEXSUBIMAGE3DOESPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, G… 365 GL_APICALL void GL_APIENTRY glTexSubImage3DOES (GLenum target, GLint level, GLint xoffset, GLint yo… 366 GL_APICALL void GL_APIENTRY glCopyTexSubImage3DOES (GLenum target, GLint level, GLint xoffset, GLin… 368 GL_APICALL void GL_APIENTRY glCompressedTexSubImage3DOES (GLenum target, GLint level, GLint xoffset… 1843 …NTRYP PFNGLEXTGETTEXSUBIMAGEQCOMPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, G… 1852 GL_APICALL void GL_APIENTRY glExtGetTexSubImageQCOM (GLenum target, GLint level, GLint xoffset, GLi…
|
/device/generic/goldfish-opengl/system/include/GLES/ |
D | gl.h | 651 GL_API void GL_APIENTRY glCompressedTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint… 653 GL_API void GL_APIENTRY glCopyTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffs… 735 GL_API void GL_APIENTRY glTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, …
|
D | glext.h | 1224 GL_API void GL_APIENTRY glExtGetTexSubImageQCOM (GLenum target, GLint level, GLint xoffset, GLint y… 1233 …NTRYP PFNGLEXTGETTEXSUBIMAGEQCOMPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, G…
|
/device/linaro/hikey/gralloc/ |
D | framebuffer_device.cpp | 235 info.xoffset = 0; in init_frame_buffer_locked()
|