Searched defs:intFormat (Results 1 - 16 of 16) sorted by relevance

/external/deqp/modules/gles3/functional/
H A Des3fTextureSwizzleTests.cpp333 deUint32 intFormat = formats[fmtNdx].internalFormat; local
337 multiChannelGroup->addChild(new Texture2DSwizzleCase(m_context, name.c_str(), "Multi-channel swizzle", intFormat, format, dataType, swzR, swzG, swzB, swzA));
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
H A Dxm_api.c1718 GLenum format, type, intFormat; local
1722 intFormat = GL_RGBA;
1727 intFormat = GL_RGB;
1732 intFormat = GL_RGB;
1739 intFormat = GL_RGBA;
1742 intFormat = GL_RGB;
1745 _mesa_TexImage2D(GL_TEXTURE_2D, 0, intFormat, rb->Width, rb->Height, 0,
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dmipmap.c1826 GLsizei border, GLenum intFormat, gl_format format)
1867 dstImage->InternalFormat != intFormat ||
1874 border, intFormat, format);
1823 _mesa_prepare_mipmap_level(struct gl_context *ctx, struct gl_texture_object *texObj, GLuint level, GLsizei width, GLsizei height, GLsizei depth, GLsizei border, GLenum intFormat, gl_format format) argument
H A Dpack.c3138 GLboolean intFormat; local
3197 intFormat = _mesa_is_enum_format_integer(srcFormat);
3202 if (intFormat) { \
3224 if (intFormat) \
3234 if (intFormat) { \
3301 if (!intFormat) {
3319 if (!intFormat) {
3334 if (!intFormat) {
3364 if (!intFormat) {
3394 if (!intFormat) {
4252 GLboolean intFormat = _mesa_is_enum_format_integer(srcFormat); local
4559 GLboolean intFormat = _mesa_is_enum_format_integer(srcFormat); local
[all...]
H A Dteximage.c1455 GLenum intFormat)
1457 (void) intFormat; /* not used yet */
1454 target_can_be_compressed(const struct gl_context *ctx, GLenum target, GLenum intFormat) argument
H A Dfbobject.c680 GLenum intFormat = GL_NONE; /* color buffers' internal format */ local
786 intFormat = f;
798 if (intFormat != GL_NONE && f != intFormat) {
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_cb_drawpixels.c489 GLenum baseInternalFormat, intFormat; local
491 intFormat = internal_format(ctx, format, type);
492 baseInternalFormat = _mesa_base_tex_format(ctx, intFormat);
494 mformat = st_ChooseTextureFormat_renderable(ctx, intFormat,
/external/mesa3d/src/mesa/drivers/x11/
H A Dxm_api.c1718 GLenum format, type, intFormat; local
1722 intFormat = GL_RGBA;
1727 intFormat = GL_RGB;
1732 intFormat = GL_RGB;
1739 intFormat = GL_RGBA;
1742 intFormat = GL_RGB;
1745 _mesa_TexImage2D(GL_TEXTURE_2D, 0, intFormat, rb->Width, rb->Height, 0,
/external/mesa3d/src/mesa/main/
H A Dmipmap.c1819 GLsizei border, GLenum intFormat, gl_format format)
1860 dstImage->InternalFormat != intFormat ||
1867 border, intFormat, format);
1816 _mesa_prepare_mipmap_level(struct gl_context *ctx, struct gl_texture_object *texObj, GLuint level, GLsizei width, GLsizei height, GLsizei depth, GLsizei border, GLenum intFormat, gl_format format) argument
H A Dpack.c3138 GLboolean intFormat; local
3197 intFormat = _mesa_is_enum_format_integer(srcFormat);
3202 if (intFormat) { \
3224 if (intFormat) \
3234 if (intFormat) { \
3301 if (!intFormat) {
3319 if (!intFormat) {
3334 if (!intFormat) {
3364 if (!intFormat) {
3394 if (!intFormat) {
4252 GLboolean intFormat = _mesa_is_enum_format_integer(srcFormat); local
4559 GLboolean intFormat = _mesa_is_enum_format_integer(srcFormat); local
[all...]
H A Dteximage.c1455 GLenum intFormat)
1457 (void) intFormat; /* not used yet */
1454 target_can_be_compressed(const struct gl_context *ctx, GLenum target, GLenum intFormat) argument
H A Dfbobject.c680 GLenum intFormat = GL_NONE; /* color buffers' internal format */ local
786 intFormat = f;
798 if (intFormat != GL_NONE && f != intFormat) {
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_drawpixels.c489 GLenum baseInternalFormat, intFormat; local
491 intFormat = internal_format(ctx, format, type);
492 baseInternalFormat = _mesa_base_tex_format(ctx, intFormat);
494 mformat = st_ChooseTextureFormat_renderable(ctx, intFormat,
/external/deqp/modules/gles31/functional/
H A Des31fOpaqueTypeIndexingTests.cpp268 const deUint32 intFormat = glu::getInternalFormat(texFormat); local
278 gl.texStorage1D(texTarget, 1, intFormat, 1);
283 gl.texStorage2D(texTarget, 1, intFormat, 1, 1);
289 gl.texStorage3D(texTarget, 1, intFormat, 1, 1, 1);
294 gl.texStorage2D(texTarget, 1, intFormat, 1, 1);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/
H A Dmeta.c1248 GLsizei width, GLsizei height, GLenum intFormat)
1257 intFormat != tex->IntFormat) {
1277 tex->IntFormat = intFormat;
1303 GLsizei width, GLsizei height, GLenum intFormat,
1323 intFormat, GL_UNSIGNED_BYTE, NULL);
2112 GLenum intFormat = GL_RGBA; local
2159 newTex = alloc_texture(tex, width, height, intFormat);
1247 alloc_texture(struct temp_texture *tex, GLsizei width, GLsizei height, GLenum intFormat) argument
1300 setup_copypix_texture(struct temp_texture *tex, GLboolean newTex, GLint srcX, GLint srcY, GLsizei width, GLsizei height, GLenum intFormat, GLenum filter) argument
/external/mesa3d/src/mesa/drivers/common/
H A Dmeta.c1248 GLsizei width, GLsizei height, GLenum intFormat)
1257 intFormat != tex->IntFormat) {
1277 tex->IntFormat = intFormat;
1303 GLsizei width, GLsizei height, GLenum intFormat,
1323 intFormat, GL_UNSIGNED_BYTE, NULL);
2112 GLenum intFormat = GL_RGBA; local
2159 newTex = alloc_texture(tex, width, height, intFormat);
1247 alloc_texture(struct temp_texture *tex, GLsizei width, GLsizei height, GLenum intFormat) argument
1300 setup_copypix_texture(struct temp_texture *tex, GLboolean newTex, GLint srcX, GLint srcY, GLsizei width, GLsizei height, GLenum intFormat, GLenum filter) argument

Completed in 4280 milliseconds