HomeSort by relevance Sort by last modified time
    Searched full:internalformat (Results 276 - 300 of 539) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/GLES2/
gl2ext.h 489 GL_APICALL void GL_APIENTRY glTexImage3DOES (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid* pixels);
492 GL_APICALL void GL_APIENTRY glCompressedTexImage3DOES (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid* data);
496 typedef void (GL_APIENTRYP PFNGLTEXIMAGE3DOESPROC) (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid* pixels);
499 typedef void (GL_APIENTRYP PFNGLCOMPRESSEDTEXIMAGE3DOESPROC) (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid* data);
688 GL_APICALL void GL_APIENTRY glRenderbufferStorageMultisampleIMG (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height);
691 typedef void (GL_APIENTRYP PFNGLRENDERBUFFERSTORAGEMULTISAMPLEIMG) (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height);
    [all...]
  /external/mesa3d/src/mesa/main/
dlist.c     [all...]
renderbuffer.c 55 rb->InternalFormat = GL_RGBA;
  /external/deqp/modules/gles3/performance/
es3pTextureCases.cpp 57 deUint32 internalFormat,
66 , m_internalFormat (internalFormat)
  /external/deqp/modules/glshared/
glsFboUtil.hpp 204 ImageFormat internalFormat;
210 : internalFormat (ImageFormat::none())
glsFboCompletenessTests.cpp 193 // SRGB,UBYTE internalformat-type pair is implied.
474 formats.insert(it->second->internalFormat);
476 formats.insert(it->second->internalFormat);
718 image->internalFormat = format;
  /external/mesa3d/src/mapi/glapi/gen/
ARB_framebuffer_object.xml 165 <param name="internalformat" type="GLenum"/>
173 <param name="internalformat" type="GLenum"/>
  /frameworks/base/opengl/java/android/opengl/
GLES20.java 489 // C function void glCompressedTexImage2D ( GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data )
494 int internalformat,
516 // C function void glCopyTexImage2D ( GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border )
521 int internalformat,
    [all...]
ETC1.java 50 * Accepted by the internalformat parameter of glCompressedTexImage2D.
GLLogWrapper.java     [all...]
  /frameworks/base/opengl/java/com/google/android/gles_jni/
GLImpl.java 228 // C function void glCompressedTexImage2D ( GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data )
233 int internalformat,
255 // C function void glCopyTexImage2D ( GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border )
260 int internalformat,
1046 // C function void glTexImage2D ( GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels )
1051 int internalformat,
    [all...]
  /frameworks/native/opengl/libagl/
TextureObjectManager.cpp 52 internalformat = 0;
126 internalformat = 0;
  /development/ndk/platforms/android-21/include/GLES2/
gl2.h 398 GL_APICALL void GL_APIENTRY glCompressedTexImage2D (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const void *data);
400 GL_APICALL void GL_APIENTRY glCopyTexImage2D (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border);
471 GL_APICALL void GL_APIENTRY glRenderbufferStorage (GLenum target, GLenum internalformat, GLsizei width, GLsizei height);
482 GL_APICALL void GL_APIENTRY glTexImage2D (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void *pixels);
  /development/ndk/platforms/android-5/include/GLES2/
gl2.h 495 GL_APICALL void GL_APIENTRY glCompressedTexImage2D (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid* data);
497 GL_APICALL void GL_APIENTRY glCopyTexImage2D (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border);
568 GL_APICALL void GL_APIENTRY glRenderbufferStorage (GLenum target, GLenum internalformat, GLsizei width, GLsizei height);
579 GL_APICALL void GL_APIENTRY glTexImage2D (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid* pixels);
  /device/generic/goldfish/opengl/system/renderControl_enc/
README 74 uint32_t rcCreateColorBuffer(uint32_t width, uint32_t height, GLenum internalFormat);
  /external/autotest/client/site_tests/graphics_PiglitBVT/test_scripts/pinetrail/
graphics_PiglitBVT_6.sh 114 run_test "spec/ARB_ES2_compatibility/get-renderbuffer-internalformat" 0.0 "bin/get-renderbuffer-internalformat GL_ARB_ES2_compatibility -fbo -auto"
140 run_test "spec/ARB_depth_texture/get-renderbuffer-internalformat" 0.0 "bin/get-renderbuffer-internalformat GL_ARB_depth_texture -fbo -auto"
  /external/mesa3d/include/GLES2/
gl2.h 495 GL_APICALL void GL_APIENTRY glCompressedTexImage2D (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid* data);
497 GL_APICALL void GL_APIENTRY glCopyTexImage2D (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border);
568 GL_APICALL void GL_APIENTRY glRenderbufferStorage (GLenum target, GLenum internalformat, GLsizei width, GLsizei height);
579 GL_APICALL void GL_APIENTRY glTexImage2D (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid* pixels);
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_fbo.h 146 GLenum internalFormat,
  /external/mesa3d/src/mesa/state_tracker/
st_atom_sampler.c 181 is_integer = _mesa_is_enum_format_integer(teximg->InternalFormat);
  /external/skia/include/gpu/gl/
SkGLContext.h 45 GrGLint createTextureRectangle(int width, int height, GrGLenum internalFormat,
  /frameworks/base/libs/hwui/
Texture.h 88 void upload(GLint internalformat, uint32_t width, uint32_t height,
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES11Ext.spec 57 void glRenderbufferStorageOES ( GLenum target, GLenum internalformat, GLsizei width, GLsizei height )
GLES31.spec 59 void glTexStorage2DMultisample ( GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations )
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/GLES2/
gl2.h 495 GL_APICALL void GL_APIENTRY glCompressedTexImage2D (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid* data);
497 GL_APICALL void GL_APIENTRY glCopyTexImage2D (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border);
568 GL_APICALL void GL_APIENTRY glRenderbufferStorage (GLenum target, GLenum internalformat, GLsizei width, GLsizei height);
579 GL_APICALL void GL_APIENTRY glTexImage2D (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid* pixels);
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/GLES2/
gl2.h 495 GL_APICALL void GL_APIENTRY glCompressedTexImage2D (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid* data);
497 GL_APICALL void GL_APIENTRY glCopyTexImage2D (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border);
568 GL_APICALL void GL_APIENTRY glRenderbufferStorage (GLenum target, GLenum internalformat, GLsizei width, GLsizei height);
579 GL_APICALL void GL_APIENTRY glTexImage2D (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid* pixels);

Completed in 1448 milliseconds

<<11121314151617181920>>