Home
last modified time | relevance | path

Searched refs:imageSize (Results 1 – 5 of 5) sorted by relevance

/device/generic/goldfish/opengl/system/GLESv2_enc/
Dgl2_entry.cpp30 …um internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid* d…
31 …t, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid* d…
160 …at, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid* d…
161 …t, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid* d…
352 …um internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid* d… in glCompressedTexImage2D() argument
355 …ctx->glCompressedTexImage2D(ctx, target, level, internalformat, width, height, border, imageSize, … in glCompressedTexImage2D()
358 …t, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid* d… in glCompressedTexSubImage2D() argument
361 …pressedTexSubImage2D(ctx, target, level, xoffset, yoffset, width, height, format, imageSize, data); in glCompressedTexSubImage2D()
1140 …at, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid* d… in glCompressedTexImage3DOES() argument
1143 …edTexImage3DOES(ctx, target, level, internalformat, width, height, depth, border, imageSize, data); in glCompressedTexImage3DOES()
[all …]
Dgl2_enc.cpp608 …um internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid* d… in glCompressedTexImage2D_enc() argument
616 const unsigned int __size_data = ((data != NULL) ? imageSize : 0); in glCompressedTexImage2D_enc()
633 memcpy(ptr, &imageSize, 4); ptr += 4; in glCompressedTexImage2D_enc()
648 …t, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid* d… in glCompressedTexSubImage2D_enc() argument
656 const unsigned int __size_data = ((data != NULL) ? imageSize : 0); in glCompressedTexSubImage2D_enc()
674 memcpy(ptr, &imageSize, 4); ptr += 4; in glCompressedTexSubImage2D_enc()
4479 …at, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid* d… in glCompressedTexImage3DOES_enc() argument
4487 const unsigned int __size_data = ((data != NULL) ? imageSize : 0); in glCompressedTexImage3DOES_enc()
4505 memcpy(ptr, &imageSize, 4); ptr += 4; in glCompressedTexImage3DOES_enc()
4520 …t, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid* d… in glCompressedTexSubImage3DOES_enc() argument
[all …]
/device/generic/goldfish/opengl/tests/gles_android_wrapper/
Dgles.cpp331 …um internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *d… in glCompressedTexImage2D() argument
333 …h()->glCompressedTexImage2D(target, level, internalformat, width, height, border, imageSize, data); in glCompressedTexImage2D()
336 …t, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *d… in glCompressedTexSubImage2D() argument
338 …glCompressedTexSubImage2D(target, level, xoffset, yoffset, width, height, format, imageSize, data); in glCompressedTexSubImage2D()
/device/generic/goldfish/opengl/system/GLESv1_enc/
Dgl_entry.cpp63 …um internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid* d…
64 …t, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid* d…
633 …um internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid* d… in glCompressedTexImage2D() argument
636 …ctx->glCompressedTexImage2D(ctx, target, level, internalformat, width, height, border, imageSize, … in glCompressedTexImage2D()
639 …t, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid* d… in glCompressedTexSubImage2D() argument
642 …pressedTexSubImage2D(ctx, target, level, xoffset, yoffset, width, height, format, imageSize, data); in glCompressedTexSubImage2D()
Dgl_enc.cpp1523 …um internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid* d… in glCompressedTexImage2D_enc() argument
1531 const unsigned int __size_data = ((data != NULL) ? imageSize : 0); in glCompressedTexImage2D_enc()
1548 memcpy(ptr, &imageSize, 4); ptr += 4; in glCompressedTexImage2D_enc()
1557 …t, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid* d… in glCompressedTexSubImage2D_enc() argument
1565 const unsigned int __size_data = ((data != NULL) ? imageSize : 0); in glCompressedTexSubImage2D_enc()
1583 memcpy(ptr, &imageSize, 4); ptr += 4; in glCompressedTexSubImage2D_enc()