/development/ndk/platforms/android-24/include/GLES3/ |
gl3.h | 406 typedef void (GL_APIENTRYP PFNGLCOMPRESSEDTEXIMAGE2DPROC) (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const void *data); 408 typedef void (GL_APIENTRYP PFNGLCOPYTEXIMAGE2DPROC) (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border); 479 typedef void (GL_APIENTRYP PFNGLRENDERBUFFERSTORAGEPROC) (GLenum target, GLenum internalformat, GLsizei width, GLsizei height); 490 typedef void (GL_APIENTRYP PFNGLTEXIMAGE2DPROC) (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void *pixels); [all...] |
gl32.h | 406 typedef void (GL_APIENTRYP PFNGLCOMPRESSEDTEXIMAGE2DPROC) (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const void *data); 408 typedef void (GL_APIENTRYP PFNGLCOPYTEXIMAGE2DPROC) (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border); 479 typedef void (GL_APIENTRYP PFNGLRENDERBUFFERSTORAGEPROC) (GLenum target, GLenum internalformat, GLsizei width, GLsizei height); 490 typedef void (GL_APIENTRYP PFNGLTEXIMAGE2DPROC) (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void *pixels); [all...] |
/external/opencv3/modules/core/src/ |
gl_core_3_1.cpp | [all...] |
/frameworks/native/opengl/include/GLES3/ |
gl3.h | 406 typedef void (GL_APIENTRYP PFNGLCOMPRESSEDTEXIMAGE2DPROC) (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const void *data); 408 typedef void (GL_APIENTRYP PFNGLCOPYTEXIMAGE2DPROC) (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border); 479 typedef void (GL_APIENTRYP PFNGLRENDERBUFFERSTORAGEPROC) (GLenum target, GLenum internalformat, GLsizei width, GLsizei height); 490 typedef void (GL_APIENTRYP PFNGLTEXIMAGE2DPROC) (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void *pixels); [all...] |
gl32.h | 406 typedef void (GL_APIENTRYP PFNGLCOMPRESSEDTEXIMAGE2DPROC) (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const void *data); 408 typedef void (GL_APIENTRYP PFNGLCOPYTEXIMAGE2DPROC) (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border); 479 typedef void (GL_APIENTRYP PFNGLRENDERBUFFERSTORAGEPROC) (GLenum target, GLenum internalformat, GLsizei width, GLsizei height); 490 typedef void (GL_APIENTRYP PFNGLTEXIMAGE2DPROC) (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void *pixels); [all...] |
/external/mesa3d/src/mesa/main/ |
fbobject.c | 575 att_incomplete("compressed internalformat"); 615 if (!att->Renderbuffer->InternalFormat || 764 f = att->Renderbuffer->InternalFormat; 1062 * \param internalFormat as passed to glRenderbufferStorage() 1063 * \return the base internal format, or 0 if internalFormat is illegal 1066 _mesa_base_fbo_format(struct gl_context *ctx, GLenum internalFormat) 1072 switch (internalFormat) { [all...] |
/prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/ |
SDL_opengl.h | [all...] |
SDL_opengles2.h | 848 GL_APICALL void GL_APIENTRY glCompressedTexImage2D (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid* data); 850 GL_APICALL void GL_APIENTRY glCopyTexImage2D (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border); [all...] |
/prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/ |
SDL_opengl.h | [all...] |
SDL_opengles2.h | 848 GL_APICALL void GL_APIENTRY glCompressedTexImage2D (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid* data); 850 GL_APICALL void GL_APIENTRY glCopyTexImage2D (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border); [all...] |
/prebuilts/misc/windows/sdl2/include/ |
SDL_opengl.h | [all...] |
SDL_opengles2.h | 848 GL_APICALL void GL_APIENTRY glCompressedTexImage2D (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid* data); 850 GL_APICALL void GL_APIENTRY glCopyTexImage2D (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border); [all...] |
/prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/ |
SDL_opengl.h | [all...] |
/external/deqp/modules/gles3/functional/ |
es3fTextureUnitTests.cpp | 707 GLenum internalFormat; 829 params.internalFormat = s_testSizedInternalFormats[rnd.getInt(0, DE_LENGTH_OF_ARRAY(s_testSizedInternalFormats) - 1)]; 831 bool isFilterable = glu::isGLInternalColorFormatFilterable(params.internalFormat); 853 tcu::TextureFormat texFormat = glu::mapGLInternalFormat((deUint32)params.internalFormat); 948 tcu::TextureFormat fmt = glu::mapGLInternalFormat(m_textureParams[texNdx].internalFormat); [all...] |
/external/deqp/framework/opengl/ |
gluTexture.cpp | 328 TextureCube::TextureCube (const RenderContext& context, deUint32 internalFormat, int size) 331 , m_format (internalFormat) 332 , m_refTexture (mapGLInternalFormat(internalFormat), size) 796 TextureBuffer::TextureBuffer (const RenderContext& context, deUint32 internalFormat, size_t bufferSize) 804 init(internalFormat, bufferSize, 0, 0, DE_NULL); 807 TextureBuffer::TextureBuffer (const RenderContext& context, deUint32 internalFormat, size_t bufferSize, size_t offset, size_t size, const void* data) 815 init(internalFormat, bufferSize, offset, size, data); 818 void TextureBuffer::init (deUint32 internalFormat, size_t bufferSize, size_t offset, size_t size, const void* data) 846 m_format = internalFormat;
|
/external/deqp/framework/opengl/simplereference/ |
sglrReferenceContext.hpp | 628 virtual void texImage1D (deUint32 target, int level, deUint32 internalFormat, int width, int border, deUint32 format, deUint32 type, const void* data); 629 virtual void texImage2D (deUint32 target, int level, deUint32 internalFormat, int width, int height, int border, deUint32 format, deUint32 type, const void* data); 630 virtual void texImage3D (deUint32 target, int level, deUint32 internalFormat, int width, int height, int depth, int border, deUint32 format, deUint32 type, const void* data); 634 virtual void copyTexImage1D (deUint32 target, int level, deUint32 internalFormat, int x, int y, int width, int border); 635 virtual void copyTexImage2D (deUint32 target, int level, deUint32 internalFormat, int x, int y, int width, int height, int border); 640 virtual void texStorage2D (deUint32 target, int levels, deUint32 internalFormat, int width, int height); 641 virtual void texStorage3D (deUint32 target, int levels, deUint32 internalFormat, int width, int height, int depth); 652 virtual void renderbufferStorage (deUint32 target, deUint32 internalformat, int width, int height); 653 virtual void renderbufferStorageMultisample (deUint32 target, int samples, deUint32 internalFormat, int width, int height); [all...] |
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/ |
GwtGL20.java | 250 public void glCompressedTexImage2D (int target, int level, int internalformat, int width, int height, int border,
262 public void glCopyTexImage2D (int target, int level, int internalformat, int x, int y, int width, int height, int border) {
263 gl.copyTexImage2D(target, level, internalformat, x, y, width, height, border);
452 public void glTexImage2D (int target, int level, int internalformat, int width, int height, int border, int format, int type,
455 gl.texImage2D(target, level, internalformat, width, height, border, format, type, null);
468 gl.texImage2D(target, level, internalformat, width, height, border, format, type, buffer);
471 gl.texImage2D(target, level, internalformat, format, type, pixmap.getCanvasElement());
932 public void glRenderbufferStorage (int target, int internalformat, int width, int height) {
933 gl.renderbufferStorage(target, internalformat, width, height);
[all...] |
/external/libgdx/extensions/gdx-bullet/jni/vs/Glut/GL/ |
glext.h | [all...] |
/external/deqp/modules/glshared/ |
glsLongStressCase.cpp | 212 static inline bool isMatchingGLInternalFormat (const deUint32 internalFormat, const TextureFormat& texFormat) 214 switch (internalFormat) 233 default: return glu::mapGLInternalFormat(internalFormat) == texFormat; 454 void setData (const ConstPixelBufferAccess& src, int width, int height, deUint32 internalFormat, bool useMipmap); 463 int getApproxMemUsageDiff (int width, int height, deUint32 internalFormat, bool useMipmap) const; 495 int Texture::getApproxMemUsageDiff (const int width, const int height, const deUint32 internalFormat, const bool useMipmap) const 498 const int pixelSize = internalFormat == GL_RGBA ? 4 499 : internalFormat == GL_RGB ? 3 500 : internalFormat == GL_ALPHA ? 1 501 : glu::mapGLInternalFormat(internalFormat).getPixelSize() [all...] |
/frameworks/native/opengl/include/GLES/ |
glext.h | [all...] |
/frameworks/native/opengl/libagl/ |
texture.cpp | 395 tex->internalformat = format; [all...] |
TextureObjectManager.h | 79 GLenum internalformat; member in class:android::EGLTextureObject
|
/external/deqp/doc/ |
GLES2 Negative API Functions.txt | 101 o glRenderbufferStorage (GLenum target, GLenum internalformat, GLsizei width, GLsizei height); 166 o glCompressedTexImage2D (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid* data); 168 o glCopyTexImage2D (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border); 174 o glTexImage2D (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid* pixels);
|
/external/deqp/modules/egl/ |
teglImageUtil.hpp | 80 de::MovePtr<ImageSource> createTextureImageSource (eglw::EGLenum source, glw::GLenum internalFormat, glw::GLenum format, glw::GLenum type, bool useTexLevel0 = false);
|
/external/deqp/modules/gles31/functional/ |
es31fInternalFormatQueryTests.cpp | 51 FormatSamplesCase (Context& ctx, const char* name, const char* desc, glw::GLenum texTarget, glw::GLenum internalFormat, FormatType type); 61 FormatSamplesCase::FormatSamplesCase (Context& ctx, const char* name, const char* desc, glw::GLenum target, glw::GLenum internalFormat, FormatType type) 64 , m_internalFormat (internalFormat) 372 static const struct InternalFormat
|