Searched refs:GLsizei (Results 1 - 25 of 468) sorted by relevance

1234567891011>>

/external/mesa3d/src/mesa/main/
H A Dtexstorage.h37 GLenum target, GLsizei levels,
38 GLenum internalformat, GLsizei width,
39 GLsizei height, GLsizei depth, bool dsa);
55 _mesa_valid_tex_storage_dim(GLsizei width, GLsizei height, GLsizei depth)
70 _mesa_TexStorage1D(GLenum target, GLsizei levels, GLenum internalformat,
71 GLsizei width);
75 _mesa_TexStorage2D(GLenum target, GLsizei level
[all...]
H A Dpbo.h37 GLsizei width, GLsizei height, GLsizei depth,
38 GLenum format, GLenum type, GLsizei clientMemSize,
50 GLsizei width, GLsizei height, GLsizei depth,
51 GLenum format, GLenum type, GLsizei clientMemSize,
67 GLsizei width, GLsizei heigh
[all...]
H A Ddrawpix.h33 _mesa_DrawPixels( GLsizei width, GLsizei height,
36 _mesa_CopyPixels( GLint srcx, GLint srcy, GLsizei width, GLsizei height,
39 _mesa_Bitmap( GLsizei width, GLsizei height,
H A Dobjectlabel.h45 _mesa_ObjectLabel(GLenum identifier, GLuint name, GLsizei length,
48 _mesa_GetObjectLabel(GLenum identifier, GLuint name, GLsizei bufSize,
49 GLsizei *length, GLchar *label);
51 _mesa_ObjectPtrLabel(const void *ptr, GLsizei length, const GLchar *label);
53 _mesa_GetObjectPtrLabel(const void *ptr, GLsizei bufSize, GLsizei *length,
H A Dscissor.h35 _mesa_Scissor( GLint x, GLint y, GLsizei width, GLsizei height );
38 _mesa_ScissorArrayv(GLuint first, GLsizei count, const GLint * v);
41 _mesa_ScissorIndexed(GLuint index, GLint left, GLint bottom, GLsizei width, GLsizei height);
47 _mesa_WindowRectanglesEXT(GLenum mode, GLsizei count, const GLint *box);
51 GLint x, GLint y, GLsizei width, GLsizei height);
H A Dtexcompress_cpal.h34 GLsizei width, GLsizei height,
35 GLsizei imageSize, const void *palette);
H A Dapi_validate.h49 _mesa_validate_DrawArrays(struct gl_context *ctx, GLenum mode, GLsizei count);
53 GLenum mode, GLsizei count, GLenum type,
58 GLenum mode, const GLsizei *count,
60 GLsizei primcount);
65 GLsizei count, GLenum type,
71 GLsizei count, GLsizei primcount);
75 GLenum mode, GLsizei count, GLenum type,
76 const GLvoid *indices, GLsizei primcount);
83 GLsizei numInstance
[all...]
H A Dteximage.h133 GLsizei width, GLsizei height, GLsizei depth,
197 extern GLsizei
198 _mesa_get_tex_max_num_levels(GLenum target, GLsizei width, GLsizei height,
199 GLsizei depth);
228 GLsizei width, GLsizei height, GLsizei dept
[all...]
H A Dvdpau.h45 GLsizei numTextureNames,
50 GLsizei numTextureNames,
60 _mesa_VDPAUGetSurfaceivNV(GLintptr surface, GLenum pname, GLsizei bufSize,
61 GLsizei *length, GLint *values);
67 _mesa_VDPAUMapSurfacesNV(GLsizei numSurfaces, const GLintptr *surfaces);
70 _mesa_VDPAUUnmapSurfacesNV(GLsizei numSurfaces, const GLintptr *surfaces);
H A Dcopyimage.h43 GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth);
H A Dtexgetimage.h42 GLsizei width, GLsizei height, GLint depth,
50 GLint zoffset, GLsizei width,
59 GLsizei bufSize, GLvoid *pixels,
68 GLenum type, GLsizei bufSize, GLvoid *pixels );
71 GLenum type, GLsizei bufSize, GLvoid *pixels);
76 GLsizei width, GLsizei height, GLsizei depth,
77 GLenum format, GLenum type, GLsizei bufSiz
[all...]
H A Dimage.h47 GLsizei width, GLsizei height,
55 GLsizei width, GLsizei height,
62 GLsizei width,
69 GLsizei width, GLsizei height,
76 GLsizei width, GLsizei height,
93 _mesa_expand_bitmap(GLsizei widt
[all...]
H A Duniforms.h59 _mesa_Uniform1fv(GLint, GLsizei, const GLfloat *);
61 _mesa_Uniform2fv(GLint, GLsizei, const GLfloat *);
63 _mesa_Uniform3fv(GLint, GLsizei, const GLfloat *);
65 _mesa_Uniform4fv(GLint, GLsizei, const GLfloat *);
67 _mesa_Uniform1iv(GLint, GLsizei, const GLint *);
69 _mesa_Uniform2iv(GLint, GLsizei, const GLint *);
71 _mesa_Uniform3iv(GLint, GLsizei, const GLint *);
73 _mesa_Uniform4iv(GLint, GLsizei, const GLint *);
83 _mesa_Uniform1uiv(GLint location, GLsizei count, const GLuint *value);
85 _mesa_Uniform2uiv(GLint location, GLsizei coun
[all...]
/external/mesa3d/src/glx/apple/
H A Dapple_xgl_api.h32 void __applegl_glReadPixels(GLint x, GLint y, GLsizei width, GLsizei height,
34 void __applegl_glCopyPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum type);
36 GLsizei width);
39 void __applegl_glDrawBuffers(GLsizei n, const GLenum * bufs);
41 void __applegl_glViewport(GLint x, GLint y, GLsizei width, GLsizei height);
H A Dapple_xgl_api_viewport.c39 __applegl_glViewport(GLint x, GLint y, GLsizei width, GLsizei height)
/external/swiftshader/src/OpenGL/libGL/
H A DImage.hpp32 Image(Texture *parentTexture, GLsizei width, GLsizei height, GLenum format, GLenum type);
33 Image(Texture *parentTexture, GLsizei width, GLsizei height, sw::Format internalFormat, int multiSampleDepth, bool lockable, bool renderTarget);
35 void loadImageData(GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLint unpackAlignment, const void *input);
36 void loadCompressedData(GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei dept
[all...]
H A DRenderbuffer.h51 virtual GLsizei getWidth() const = 0;
52 virtual GLsizei getHeight() const = 0;
55 virtual GLsizei getSamples() const = 0;
77 virtual GLsizei getWidth() const;
78 virtual GLsizei getHeight() const;
81 virtual GLsizei getSamples() const;
99 virtual GLsizei getWidth() const;
100 virtual GLsizei getHeight() const;
103 virtual GLsizei getSamples() const;
122 virtual GLsizei getWidt
[all...]
H A DProgram.h92 bool setUniform1fv(GLint location, GLsizei count, const GLfloat *v);
93 bool setUniform2fv(GLint location, GLsizei count, const GLfloat *v);
94 bool setUniform3fv(GLint location, GLsizei count, const GLfloat *v);
95 bool setUniform4fv(GLint location, GLsizei count, const GLfloat *v);
96 bool setUniformMatrix2fv(GLint location, GLsizei count, const GLfloat *value);
97 bool setUniformMatrix3fv(GLint location, GLsizei count, const GLfloat *value);
98 bool setUniformMatrix4fv(GLint location, GLsizei count, const GLfloat *value);
99 bool setUniform1iv(GLint location, GLsizei count, const GLint *v);
100 bool setUniform2iv(GLint location, GLsizei count, const GLint *v);
101 bool setUniform3iv(GLint location, GLsizei coun
[all...]
H A DTexture.h75 virtual GLsizei getWidth(GLenum target, GLint level) const = 0;
76 virtual GLsizei getHeight(GLenum target, GLint level) const = 0;
90 virtual void copySubImage(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height, Framebuffer *source) = 0;
94 void subImage(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, GLint unpackAlignment, const void *pixels, Image *image);
95 void setCompressedImage(GLsizei imageSize, const void *pixels, Image *image);
96 void subImageCompressed(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSiz
[all...]
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_pixel.h39 GLsizei width, GLsizei height,
46 GLsizei width, GLsizei height,
54 GLsizei width, GLsizei height,
59 GLsizei width, GLsizei height,
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_pixel.h37 GLsizei width, GLsizei height,
44 GLsizei width, GLsizei height,
52 GLsizei width, GLsizei height,
57 GLsizei width, GLsizei height,
/external/swiftshader/src/OpenGL/libGLES_CM/
H A DRenderbuffer.h49 virtual GLsizei getWidth() const = 0;
50 virtual GLsizei getHeight() const = 0;
52 virtual GLsizei getSamples() const = 0;
76 virtual GLsizei getWidth() const;
77 virtual GLsizei getHeight() const;
79 virtual GLsizei getSamples() const;
99 virtual GLsizei getWidth() const;
100 virtual GLsizei getHeight() const;
102 virtual GLsizei getSamples() const;
105 GLsizei mWidt
[all...]
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cGetTextureSubImageTests.hpp125 glw::GLint yoffset, glw::GLint zoffset, glw::GLsizei width,
126 glw::GLsizei height, glw::GLsizei depth, glw::GLenum format,
127 glw::GLenum type, glw::GLsizei bufSize, void* pixels);
131 glw::GLint zoffset, glw::GLsizei width,
132 glw::GLsizei height, glw::GLsizei depth,
133 glw::GLsizei bufSize, void* pixels);
228 glw::GLint yoffset, glw::GLint zoffset, glw::GLsizei width,
229 glw::GLsizei heigh
[all...]
/external/swiftshader/src/OpenGL/common/
H A DImage.hpp57 GLsizei ComputePitch(GLsizei width, GLenum format, GLenum type, GLint alignment);
58 GLsizei ComputeCompressedSize(GLsizei width, GLsizei height, GLenum format);
59 size_t ComputePackingOffset(GLenum format, GLenum type, GLsizei width, GLsizei height, const PixelStorageModes &storageModes);
95 Image(Texture *parentTexture, GLsizei width, GLsizei height, GLint internalformat)
105 Image(Texture *parentTexture, GLsizei widt
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fInfoLogQueryShared.hpp42 void (glu::CallLogWrapper:: *getInfoLog)(glw::GLuint, glw::GLsizei, glw::GLsizei*, glw::GLchar*),

Completed in 561 milliseconds

1234567891011>>