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.cpp375 …um internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid* d… in glCompressedTexImage2D_enc() argument
381 const unsigned int __size_data = ((data != NULL) ? imageSize : 0); in glCompressedTexImage2D_enc()
394 memcpy(ptr, &imageSize, 4); ptr += 4; in glCompressedTexImage2D_enc()
400 …t, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid* d… in glCompressedTexSubImage2D_enc() argument
406 const unsigned int __size_data = imageSize; in glCompressedTexSubImage2D_enc()
420 memcpy(ptr, &imageSize, 4); ptr += 4; in glCompressedTexSubImage2D_enc()
2620 …at, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid* d… in glCompressedTexImage3DOES_enc() argument
2626 const unsigned int __size_data = imageSize; in glCompressedTexImage3DOES_enc()
2640 memcpy(ptr, &imageSize, 4); ptr += 4; in glCompressedTexImage3DOES_enc()
2646 …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.cpp938 …um internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid* d… in glCompressedTexImage2D_enc() argument
944 const unsigned int __size_data = ((data != NULL) ? imageSize : 0); in glCompressedTexImage2D_enc()
957 memcpy(ptr, &imageSize, 4); ptr += 4; in glCompressedTexImage2D_enc()
962 …t, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid* d… in glCompressedTexSubImage2D_enc() argument
968 const unsigned int __size_data = imageSize; in glCompressedTexSubImage2D_enc()
982 memcpy(ptr, &imageSize, 4); ptr += 4; in glCompressedTexSubImage2D_enc()