Searched refs:internalFormat (Results 201 - 225 of 228) sorted by relevance

12345678910

/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_c_lib_autogen.h657 GLenum internalFormat,
661 target, levels, internalFormat, width, height);
655 GLES2TexStorage2DEXT(GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height) argument
H A Dgles2_trace_implementation_impl_autogen.h1044 GLenum internalFormat,
1048 gl_->TexStorage2DEXT(target, levels, internalFormat, width, height);
1042 TexStorage2DEXT(GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height) argument
H A Dgles2_implementation_autogen.h514 GLenum internalFormat,
H A Dgles2_interface_autogen.h349 GLenum internalFormat,
H A Dgles2_interface_stub_autogen.h377 GLenum internalFormat,
H A Dgles2_trace_implementation_autogen.h377 GLenum internalFormat,
H A Dgles2_cmd_helper_autogen.h1423 GLenum internalFormat,
1428 c->Init(target, levels, internalFormat, width, height);
1421 TexStorage2DEXT(GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height) argument
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglapi_mapi_tmp.h793 GLAPI void APIENTRY GLAPI_PREFIX(TexBufferARB)(GLenum target, GLenum internalFormat, GLuint buffer);
794 GLAPI void APIENTRY GLAPI_PREFIX(TexBuffer)(GLenum target, GLenum internalFormat, GLuint buffer);
929 GLAPI void APIENTRY GLAPI_PREFIX(TexStorage1D)(GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width);
930 GLAPI void APIENTRY GLAPI_PREFIX(TexStorage2D)(GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height);
931 GLAPI void APIENTRY GLAPI_PREFIX(TexStorage3D)(GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth);
932 GLAPI void APIENTRY GLAPI_PREFIX(TextureStorage1DEXT)(GLuint texture, GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width);
933 GLAPI void APIENTRY GLAPI_PREFIX(TextureStorage2DEXT)(GLuint texture, GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height);
934 GLAPI void APIENTRY GLAPI_PREFIX(TextureStorage3DEXT)(GLuint texture, GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth);
6720 GLAPI void APIENTRY GLAPI_PREFIX(TexBufferARB)(GLenum target, GLenum internalFormat, GLuint buffer) argument
6724 ((void (APIENTRY *)(GLenum target, GLenum internalFormat, GLuin
6727 TexBuffer(GLenum target, GLenum internalFormat, GLuint buffer) argument
7644 TexStorage1D(GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width) argument
7651 TexStorage2D(GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height) argument
7658 TexStorage3D(GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth) argument
7665 TextureStorage1DEXT(GLuint texture, GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width) argument
7672 TextureStorage2DEXT(GLuint texture, GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height) argument
7679 TextureStorage3DEXT(GLuint texture, GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth) argument
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fFramebufferBlitTests.cpp797 const deUint32 internalFormat = GL_RGBA8;
813 glTexImage2D(GL_TEXTURE_2D, 0, internalFormat, gridTexW, gridTexH, 0, format, dataType, data.getAccess().getDataPtr());
H A Des3fRasterizationTests.cpp87 static tcu::PixelFormat getInternalFormatPixelFormat (glw::GLenum internalFormat) argument
89 const tcu::IVec4 bitDepth = tcu::getTextureFormatBitDepth(glu::mapGLInternalFormat(internalFormat));
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebGraphicsContext3D.h410 WGC3Duint destId, WGC3Dint level, WGC3Denum internalFormat, WGC3Denum destType) { }
409 copyTextureCHROMIUM(WGC3Denum target, WGC3Duint sourceId, WGC3Duint destId, WGC3Dint level, WGC3Denum internalFormat, WGC3Denum destType) argument
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
H A DImage9.cpp151 mActualFormat = d3dFormatInfo.internalFormat;
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_autogen.h2742 GLenum internalFormat = static_cast<GLenum>(c.internalFormat); local
2753 if (!validators_->texture_internal_format_storage.IsValid(internalFormat)) {
2755 "glTexStorage2DEXT", internalFormat, "internalFormat");
2766 DoTexStorage2DEXT(target, levels, internalFormat, width, height);
/external/chromium_org/third_party/angle/src/libGLESv2/
H A DlibGLESv2.cpp1650 GLenum internalFormat = texture->getBaseLevelInternalFormat(); local
1651 const gl::TextureCaps &formatCaps = context->getTextureCaps().get(internalFormat);
1652 const gl::InternalFormat &formatInfo = gl::GetInternalFormatInfo(internalFormat);
1662 bool isLUMA = internalFormat == GL_LUMINANCE8_EXT ||
1663 internalFormat == GL_LUMINANCE8_ALPHA8_EXT ||
1664 internalFormat == GL_ALPHA8_EXT;
/external/deqp/modules/egl/
H A DteglGLES2SharingThreadedTests.cpp965 TexImage2D (SharedPtr<Texture> texture, GLint level, GLint internalFormat, GLsizei width, GLsizei height, GLenum format, GLenum type, bool useSync, bool serverSync);
978 TexImage2D::TexImage2D (SharedPtr<Texture> texture, GLint level, GLint internalFormat, GLsizei width, GLsizei height, GLenum format, GLenum type, bool useSync, bool serverSync) argument
982 , m_internalFormat (internalFormat)
1066 CopyTexImage2D (SharedPtr<Texture> texture, GLint level, GLint internalFormat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border, bool useSync, bool serverSync);
1080 CopyTexImage2D::CopyTexImage2D (SharedPtr<Texture> texture, GLint level, GLint internalFormat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border, bool useSync, bool serverSync) argument
1084 , m_internalFormat (internalFormat)
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/windows/gdi/
H A Dwmesa.c916 GLenum internalFormat,
914 wmesa_renderbuffer_storage(struct gl_context *ctx, struct gl_renderbuffer *rb, GLenum internalFormat, GLuint width, GLuint height) argument
/external/mesa3d/src/mesa/drivers/windows/gdi/
H A Dwmesa.c916 GLenum internalFormat,
914 wmesa_renderbuffer_storage(struct gl_context *ctx, struct gl_renderbuffer *rb, GLenum internalFormat, GLuint width, GLuint height) argument
/external/chromium_org/third_party/mesa/src/include/GL/
H A Dgl.h1318 GLint internalFormat,
1324 GLint internalFormat,
1526 GLint internalFormat,
H A Dglext.h9312 GLAPI void APIENTRY glColorTableEXT (GLenum target, GLenum internalFormat, GLsizei width, GLenum format, GLenum type, const GLvoid *table);
9317 typedef void (APIENTRYP PFNGLCOLORTABLEEXTPROC) (GLenum target, GLenum internalFormat, GLsizei width, GLenum format, GLenum type, const GLvoid *table);
12522 GLAPI void APIENTRY glTexImage2DMultisampleCoverageNV (GLenum target, GLsizei coverageSamples, GLsizei colorSamples, GLint internalFormat, GLsizei width, GLsizei height, GLboolean fixedSampleLocations);
12523 GLAPI void APIENTRY glTexImage3DMultisampleCoverageNV (GLenum target, GLsizei coverageSamples, GLsizei colorSamples, GLint internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedSampleLocations);
12524 GLAPI void APIENTRY glTextureImage2DMultisampleNV (GLuint texture, GLenum target, GLsizei samples, GLint internalFormat, GLsizei width, GLsizei height, GLboolean fixedSampleLocations);
12525 GLAPI void APIENTRY glTextureImage3DMultisampleNV (GLuint texture, GLenum target, GLsizei samples, GLint internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedSampleLocations);
12526 GLAPI void APIENTRY glTextureImage2DMultisampleCoverageNV (GLuint texture, GLenum target, GLsizei coverageSamples, GLsizei colorSamples, GLint internalFormat, GLsizei width, GLsizei height, GLboolean fixedSampleLocations);
12527 GLAPI void APIENTRY glTextureImage3DMultisampleCoverageNV (GLuint texture, GLenum target, GLsizei coverageSamples, GLsizei colorSamples, GLint internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedSampleLocations);
12529 typedef void (APIENTRYP PFNGLTEXIMAGE2DMULTISAMPLECOVERAGENVPROC) (GLenum target, GLsizei coverageSamples, GLsizei colorSamples, GLint internalFormat, GLsizei width, GLsizei height, GLboolean fixedSampleLocations);
12530 typedef void (APIENTRYP PFNGLTEXIMAGE3DMULTISAMPLECOVERAGENVPROC) (GLenum target, GLsizei coverageSamples, GLsizei colorSamples, GLint internalFormat, GLsize
[all...]
/external/mesa3d/include/GL/
H A Dgl.h1317 GLint internalFormat,
1323 GLint internalFormat,
1525 GLint internalFormat,
H A Dglext.h9302 GLAPI void APIENTRY glColorTableEXT (GLenum target, GLenum internalFormat, GLsizei width, GLenum format, GLenum type, const GLvoid *table);
9307 typedef void (APIENTRYP PFNGLCOLORTABLEEXTPROC) (GLenum target, GLenum internalFormat, GLsizei width, GLenum format, GLenum type, const GLvoid *table);
12512 GLAPI void APIENTRY glTexImage2DMultisampleCoverageNV (GLenum target, GLsizei coverageSamples, GLsizei colorSamples, GLint internalFormat, GLsizei width, GLsizei height, GLboolean fixedSampleLocations);
12513 GLAPI void APIENTRY glTexImage3DMultisampleCoverageNV (GLenum target, GLsizei coverageSamples, GLsizei colorSamples, GLint internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedSampleLocations);
12514 GLAPI void APIENTRY glTextureImage2DMultisampleNV (GLuint texture, GLenum target, GLsizei samples, GLint internalFormat, GLsizei width, GLsizei height, GLboolean fixedSampleLocations);
12515 GLAPI void APIENTRY glTextureImage3DMultisampleNV (GLuint texture, GLenum target, GLsizei samples, GLint internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedSampleLocations);
12516 GLAPI void APIENTRY glTextureImage2DMultisampleCoverageNV (GLuint texture, GLenum target, GLsizei coverageSamples, GLsizei colorSamples, GLint internalFormat, GLsizei width, GLsizei height, GLboolean fixedSampleLocations);
12517 GLAPI void APIENTRY glTextureImage3DMultisampleCoverageNV (GLuint texture, GLenum target, GLsizei coverageSamples, GLsizei colorSamples, GLint internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedSampleLocations);
12519 typedef void (APIENTRYP PFNGLTEXIMAGE2DMULTISAMPLECOVERAGENVPROC) (GLenum target, GLsizei coverageSamples, GLsizei colorSamples, GLint internalFormat, GLsizei width, GLsizei height, GLboolean fixedSampleLocations);
12520 typedef void (APIENTRYP PFNGLTEXIMAGE3DMULTISAMPLECOVERAGENVPROC) (GLenum target, GLsizei coverageSamples, GLsizei colorSamples, GLint internalFormat, GLsize
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dmtypes.h2626 GLenum internalFormat,
/external/mesa3d/src/mesa/main/
H A Dmtypes.h2626 GLenum internalFormat,
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_format_autogen.h6871 internalFormat = _internalFormat;
6890 uint32_t internalFormat; member in struct:TexStorage2DEXT
6902 COMPILE_ASSERT(offsetof(TexStorage2DEXT, internalFormat) == 12,
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLRenderingContextBase.cpp2568 return WebGLGetInfo(m_renderbufferBinding->internalFormat());

Completed in 1452 milliseconds

12345678910