Home
last modified time | relevance | path

Searched +defs:target +defs:pointer +defs:width (Results 1 – 25 of 57) sorted by relevance

123

/external/angle/src/libGLESv1_CM/
DlibGLESv1_CM.cpp83 void GL_APIENTRY glGetTexEnvfv(GLenum target, GLenum pname, GLfloat *params) in glGetTexEnvfv()
88 void GL_APIENTRY glGetTexParameterfv(GLenum target, GLenum pname, GLfloat *params) in glGetTexParameterfv()
113 void GL_APIENTRY glLineWidth(GLfloat width) in glLineWidth()
138 void GL_APIENTRY glMultiTexCoord4f(GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q) in glMultiTexCoord4f()
183 void GL_APIENTRY glTexEnvf(GLenum target, GLenum pname, GLfloat param) in glTexEnvf()
188 void GL_APIENTRY glTexEnvfv(GLenum target, GLenum pname, const GLfloat *params) in glTexEnvfv()
193 void GL_APIENTRY glTexParameterf(GLenum target, GLenum pname, GLfloat param) in glTexParameterf()
198 void GL_APIENTRY glTexParameterfv(GLenum target, GLenum pname, const GLfloat *params) in glTexParameterfv()
218 void GL_APIENTRY glBindBuffer(GLenum target, GLuint buffer) in glBindBuffer()
223 void GL_APIENTRY glBindTexture(GLenum target, GLuint texture) in glBindTexture()
[all …]
/external/replicaisland/src/com/replica/replicaisland/
DGLErrorLogger.java71 public void glBindTexture(int target, int texture) { in glBindTexture()
133 Buffer pointer) { in glColorPointer()
138 public void glCompressedTexImage2D(int target, int level, in glCompressedTexImage2D()
139 int internalformat, int width, int height, int border, in glCompressedTexImage2D()
146 public void glCompressedTexSubImage2D(int target, int level, in glCompressedTexSubImage2D()
147 int xoffset, int yoffset, int width, int height, int format, in glCompressedTexSubImage2D()
155 public void glCopyTexImage2D(int target, int level, int internalformat, in glCopyTexImage2D()
156 int x, int y, int width, int height, int border) { in glCopyTexImage2D()
163 public void glCopyTexSubImage2D(int target, int level, int xoffset, in glCopyTexSubImage2D()
164 int yoffset, int x, int y, int width, int height) { in glCopyTexSubImage2D()
[all …]
/external/angle/src/libANGLE/
DvalidationES1.cpp86 const void *pointer) in ValidateBuiltinVertexAttributeCommon()
429 TextureEnvTarget target, in ValidateTexEnvCommon()
583 TextureEnvTarget target, in ValidateGetTexEnvCommon()
670 float width, in ValidateDrawTexCommon()
786 const void *pointer) in ValidateColorPointer()
907 GLenum target, in ValidateGetBufferParameteriv()
982 TextureEnvTarget target, in ValidateGetTexEnvfv()
991 TextureEnvTarget target, in ValidateGetTexEnviv()
1000 TextureEnvTarget target, in ValidateGetTexEnvxv()
1009 TextureType target, in ValidateGetTexParameterxv()
[all …]
DContext_gles_1_0.cpp248 void Context::getTexEnvfv(TextureEnvTarget target, TextureEnvParameter pname, GLfloat *params) in getTexEnvfv()
253 void Context::getTexEnviv(TextureEnvTarget target, TextureEnvParameter pname, GLint *params) in getTexEnviv()
260 void Context::getTexEnvxv(TextureEnvTarget target, TextureEnvParameter pname, GLfixed *params) in getTexEnvxv()
267 void Context::getTexParameterxv(TextureType target, GLenum pname, GLfixed *params) in getTexParameterxv()
327 void Context::lineWidthx(GLfixed width) in lineWidthx()
394 void Context::multiTexCoord4f(GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q) in multiTexCoord4f()
401 void Context::multiTexCoord4x(GLenum target, GLfixed s, GLfixed t, GLfixed r, GLfixed q) in multiTexCoord4x()
534 void Context::texEnvf(TextureEnvTarget target, TextureEnvParameter pname, GLfloat param) in texEnvf()
539 void Context::texEnvfv(TextureEnvTarget target, TextureEnvParameter pname, const GLfloat *params) in texEnvfv()
544 void Context::texEnvi(TextureEnvTarget target, TextureEnvParameter pname, GLint param) in texEnvi()
[all …]
DContext_gl.cpp16 void Context::compressedTexImage1D(GLenum target, in compressedTexImage1D()
19 GLsizei width, in compressedTexImage1D()
27 void Context::compressedTexSubImage1D(GLenum target, in compressedTexSubImage1D()
30 GLsizei width, in compressedTexSubImage1D()
58 void Context::multiTexCoord1d(GLenum target, GLdouble s) in multiTexCoord1d()
63 void Context::multiTexCoord1dv(GLenum target, const GLdouble *v) in multiTexCoord1dv()
68 void Context::multiTexCoord1f(GLenum target, GLfloat s) in multiTexCoord1f()
73 void Context::multiTexCoord1fv(GLenum target, const GLfloat *v) in multiTexCoord1fv()
78 void Context::multiTexCoord1i(GLenum target, GLint s) in multiTexCoord1i()
83 void Context::multiTexCoord1iv(GLenum target, const GLint *v) in multiTexCoord1iv()
[all …]
DvalidationES3.cpp34 GLenum target, in ValidateFramebufferTextureMultiviewBaseANGLE()
272 TextureType target, in ValidateTexImageFormatCombination()
456 TextureTarget target, in ValidateES3TexImageParametersBase()
464 GLsizei width, in ValidateES3TexImageParametersBase()
865 TextureTarget target, in ValidateES3TexImage2DParameters()
873 GLsizei width, in ValidateES3TexImage2DParameters()
895 TextureTarget target, in ValidateES3TexImage3DParameters()
903 GLsizei width, in ValidateES3TexImage3DParameters()
1182 TextureTarget target, in ValidateES3CopyTexImageParametersBase()
1191 GLsizei width, in ValidateES3CopyTexImageParametersBase()
[all …]
DvalidationES2.cpp175 bool IsValidCopyTextureDestinationTargetEnum(const Context *context, TextureTarget target) in IsValidCopyTextureDestinationTargetEnum()
198 TextureTarget target) in IsValidCopyTextureDestinationTarget()
239 GLsizei width, in IsValidCopyTextureDestinationLevel()
358 TextureTarget target, in ValidateES2CopyTexImageParameters()
366 GLsizei width, in ValidateES2CopyTexImageParameters()
826 TextureTarget target, in ValidateES2TexImageParameters()
833 GLsizei width, in ValidateES2TexImageParameters()
856 TextureTarget target, in ValidateES2TexImageParametersBase()
863 GLsizei width, in ValidateES2TexImageParametersBase()
1579 TextureType target, in ValidateES2TexStorageParametersBase()
[all …]
DvalidationES.cpp724 bool ValidTexture3DTarget(const Context *context, TextureType target) in ValidTexture3DTarget()
743 bool ValidTextureExternalTarget(const Context *context, TextureType target) in ValidTextureExternalTarget()
750 bool ValidTextureExternalTarget(const Context *context, TextureTarget target) in ValidTextureExternalTarget()
760 bool ValidTexture2DDestinationTarget(const Context *context, TextureTarget target) in ValidTexture2DDestinationTarget()
935 bool ValidTexture3DDestinationTarget(const Context *context, TextureTarget target) in ValidTexture3DDestinationTarget()
975 bool ValidFramebufferTarget(const Context *context, GLenum target) in ValidFramebufferTarget()
1035 TextureType target, in ValidImageSizeParameters()
1037 GLsizei width, in ValidImageSizeParameters()
1080 GLsizei width, in ValidCompressedImageSize()
1144 GLsizei width, in ValidCompressedSubImageSize()
[all …]
DContext.cpp859 int width = 0; in makeCurrent() local
1281 void Context::bindTexture(TextureType target, TextureID handle) in bindTexture()
1398 void Context::bindTransformFeedback(GLenum target, TransformFeedbackID transformFeedbackHandle) in bindTransformFeedback()
1419 void Context::beginQuery(QueryType target, QueryID query) in beginQuery()
1432 void Context::endQuery(QueryType target) in endQuery()
1445 void Context::queryCounter(QueryID id, QueryType target) in queryCounter()
1455 void Context::getQueryiv(QueryType target, GLenum pname, GLint *params) in getQueryiv()
1483 void Context::getQueryivRobust(QueryType target, in getQueryivRobust()
1497 void Context::getUnsignedBytei_v(GLenum target, GLuint index, GLubyte *data) in getUnsignedBytei_v()
2289 void Context::getIntegeri_v(GLenum target, GLuint index, GLint *data) in getIntegeri_v()
[all …]
DvalidationGL1.cpp26 GLsizei width, in ValidateBitmap()
300 GLsizei width, in ValidateCopyPixels()
324 GLsizei width, in ValidateDrawPixels()
486 GLenum target, in ValidateGetMapdv()
495 GLenum target, in ValidateGetMapfv()
504 GLenum target, in ValidateGetMapiv()
578 TextureTarget target, in ValidateGetTexImage()
698 GLenum target, in ValidateMap1d()
710 GLenum target, in ValidateMap1f()
722 GLenum target, in ValidateMap2d()
[all …]
/external/deqp/framework/opengl/simplereference/
DsglrGLContext.cpp153 void GLContext::texParameteri (deUint32 target, deUint32 pname, int value) in texParameteri()
158 deUint32 GLContext::checkFramebufferStatus(deUint32 target) in checkFramebufferStatus()
163 void GLContext::viewport (int x, int y, int width, int height) in viewport()
174 void GLContext::bindTexture (deUint32 target, deUint32 texture) in bindTexture()
194 void GLContext::bindFramebuffer (deUint32 target, deUint32 framebuffer) in bindFramebuffer()
240 void GLContext::bindRenderbuffer (deUint32 target, deUint32 renderbuffer) in bindRenderbuffer()
265 void GLContext::texImage1D (deUint32 target, int level, deUint32 internalFormat, int width, int bor… in texImage1D()
270 void GLContext::texImage2D (deUint32 target, int level, deUint32 internalFormat, int width, int hei… in texImage2D()
275 void GLContext::texImage3D (deUint32 target, int level, deUint32 internalFormat, int width, int hei… in texImage3D()
280 void GLContext::texSubImage1D (deUint32 target, int level, int xoffset, int width, deUint32 format,… in texSubImage1D()
[all …]
DsglrReferenceContext.cpp102 inline int getNumMipLevels2D (int width, int height) in getNumMipLevels2D()
107 inline int getNumMipLevels3D (int width, int height, int depth) in getNumMipLevels3D()
122 static tcu::CubeFace texTargetToFace (Framebuffer::TexTarget target) in texTargetToFace()
306 …ers (const tcu::PixelFormat& colorBits, int depthBits, int stencilBits, int width, int height, int… in ReferenceContextBuffers()
611 void ReferenceContext::bindTexture (deUint32 target, deUint32 texture) in bindTexture()
751 void ReferenceContext::bindFramebuffer (deUint32 target, deUint32 name) in bindFramebuffer()
829 void ReferenceContext::bindRenderbuffer (deUint32 target, deUint32 name) in bindRenderbuffer()
949 … ReferenceContext::getUnpack2DAccess (const tcu::TextureFormat& format, int width, int height, con… in getUnpack2DAccess()
959 … ReferenceContext::getUnpack3DAccess (const tcu::TextureFormat& format, int width, int height, int… in getUnpack3DAccess()
988 int width = dst.getWidth(); in depthValueFloatClampCopy() local
[all …]
/external/mesa3d/src/glx/tests/
Dindirect_api.cpp78 void __indirect_glBitmap(GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove… in __indirect_glBitmap()
123 void __indirect_glCopyPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum type) { } in __indirect_glCopyPixels()
131 void __indirect_glDrawPixels(GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoi… in __indirect_glDrawPixels()
167 void __indirect_glGetMapdv(GLenum target, GLenum query, GLdouble *v) { } in __indirect_glGetMapdv()
168 void __indirect_glGetMapfv(GLenum target, GLenum query, GLfloat *v) { } in __indirect_glGetMapfv()
169 void __indirect_glGetMapiv(GLenum target, GLenum query, GLint *v) { } in __indirect_glGetMapiv()
177 void __indirect_glGetTexEnvfv(GLenum target, GLenum pname, GLfloat *params) { } in __indirect_glGetTexEnvfv()
178 void __indirect_glGetTexEnviv(GLenum target, GLenum pname, GLint *params) { } in __indirect_glGetTexEnviv()
182 void __indirect_glGetTexImage(GLenum target, GLint level, GLenum format, GLenum type, GLvoid *pixel… in __indirect_glGetTexImage()
183 void __indirect_glGetTexLevelParameterfv(GLenum target, GLint level, GLenum pname, GLfloat *params)… in __indirect_glGetTexLevelParameterfv()
[all …]
/external/angle/src/libGLESv2/
DlibGLESv2_autogen.cpp39 void GL_APIENTRY glBindBuffer(GLenum target, GLuint buffer) in glBindBuffer()
44 void GL_APIENTRY glBindFramebuffer(GLenum target, GLuint framebuffer) in glBindFramebuffer()
49 void GL_APIENTRY glBindRenderbuffer(GLenum target, GLuint renderbuffer) in glBindRenderbuffer()
54 void GL_APIENTRY glBindTexture(GLenum target, GLuint texture) in glBindTexture()
87 void GL_APIENTRY glBufferData(GLenum target, GLsizeiptr size, const void *data, GLenum usage) in glBufferData()
92 void GL_APIENTRY glBufferSubData(GLenum target, GLintptr offset, GLsizeiptr size, const void *data) in glBufferSubData()
97 GLenum GL_APIENTRY glCheckFramebufferStatus(GLenum target) in glCheckFramebufferStatus()
132 void GL_APIENTRY glCompressedTexImage2D(GLenum target, in glCompressedTexImage2D()
135 GLsizei width, in glCompressedTexImage2D()
145 void GL_APIENTRY glCompressedTexSubImage2D(GLenum target, in glCompressedTexSubImage2D()
[all …]
Dentry_points_gles_ext_autogen.cpp578 GLint width, in GL_CopySubTexture3DANGLE()
670 void GL_APIENTRY GL_RenderbufferStorageMultisampleANGLE(GLenum target, in GL_RenderbufferStorageMultisampleANGLE()
673 GLsizei width, in GL_RenderbufferStorageMultisampleANGLE()
704 GL_GetTexImageANGLE(GLenum target, GLint level, GLenum format, GLenum type, void *pixels) in GL_GetTexImageANGLE()
734 void GL_APIENTRY GL_GetCompressedTexImageANGLE(GLenum target, GLint level, void *pixels) in GL_GetCompressedTexImageANGLE()
762 void GL_APIENTRY GL_GetRenderbufferImageANGLE(GLenum target, in GL_GetRenderbufferImageANGLE()
795 void GL_APIENTRY GL_GetTexLevelParameterivANGLE(GLenum target, in GL_GetTexLevelParameterivANGLE()
827 void GL_APIENTRY GL_GetTexLevelParameterfvANGLE(GLenum target, in GL_GetTexLevelParameterfvANGLE()
952 void GL_APIENTRY GL_TexStorageMemFlags2DANGLE(GLenum target, in GL_TexStorageMemFlags2DANGLE()
955 GLsizei width, in GL_TexStorageMemFlags2DANGLE()
[all …]
Dentry_points_gles_2_0_autogen.cpp102 void GL_APIENTRY GL_BindBuffer(GLenum target, GLuint buffer) in GL_BindBuffer()
128 void GL_APIENTRY GL_BindFramebuffer(GLenum target, GLuint framebuffer) in GL_BindFramebuffer()
153 void GL_APIENTRY GL_BindRenderbuffer(GLenum target, GLuint renderbuffer) in GL_BindRenderbuffer()
178 void GL_APIENTRY GL_BindTexture(GLenum target, GLuint texture) in GL_BindTexture()
336 void GL_APIENTRY GL_BufferData(GLenum target, GLsizeiptr size, const void *data, GLenum usage) in GL_BufferData()
365 void GL_APIENTRY GL_BufferSubData(GLenum target, GLintptr offset, GLsizeiptr size, const void *data) in GL_BufferSubData()
393 GLenum GL_APIENTRY GL_CheckFramebufferStatus(GLenum target) in GL_CheckFramebufferStatus()
565 void GL_APIENTRY GL_CompressedTexImage2D(GLenum target, in GL_CompressedTexImage2D()
568 GLsizei width, in GL_CompressedTexImage2D()
604 void GL_APIENTRY GL_CompressedTexSubImage2D(GLenum target, in GL_CompressedTexSubImage2D()
[all …]
Dentry_points_gles_1_0_autogen.cpp265 void GL_APIENTRY GL_ColorPointer(GLint size, GLenum type, GLsizei stride, const void *pointer) in GL_ColorPointer()
683 void GL_APIENTRY GL_GetTexEnvfv(GLenum target, GLenum pname, GLfloat *params) in GL_GetTexEnvfv()
711 void GL_APIENTRY GL_GetTexEnviv(GLenum target, GLenum pname, GLint *params) in GL_GetTexEnviv()
739 void GL_APIENTRY GL_GetTexEnvxv(GLenum target, GLenum pname, GLfixed *params) in GL_GetTexEnvxv()
767 void GL_APIENTRY GL_GetTexParameterxv(GLenum target, GLenum pname, GLfixed *params) in GL_GetTexParameterxv()
995 void GL_APIENTRY GL_LineWidthx(GLfixed width) in GL_LineWidthx()
1284 void GL_APIENTRY GL_MultiTexCoord4f(GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q) in GL_MultiTexCoord4f()
1378 void GL_APIENTRY GL_NormalPointer(GLenum type, GLsizei stride, const void *pointer) in GL_NormalPointer()
1802 void GL_APIENTRY GL_TexCoordPointer(GLint size, GLenum type, GLsizei stride, const void *pointer) in GL_TexCoordPointer()
1829 void GL_APIENTRY GL_TexEnvf(GLenum target, GLenum pname, GLfloat param) in GL_TexEnvf()
[all …]
/external/angle/src/libGL/
DlibGL_autogen.cpp37 void GL_APIENTRY glBitmap(GLsizei width, in glBitmap()
268 void GL_APIENTRY glCopyPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum type) in glCopyPixels()
309 glDrawPixels(GLsizei width, GLsizei height, GLenum format, GLenum type, const void *pixels) in glDrawPixels()
494 void GL_APIENTRY glGetMapdv(GLenum target, GLenum query, GLdouble *v) in glGetMapdv()
499 void GL_APIENTRY glGetMapfv(GLenum target, GLenum query, GLfloat *v) in glGetMapfv()
504 void GL_APIENTRY glGetMapiv(GLenum target, GLenum query, GLint *v) in glGetMapiv()
544 void GL_APIENTRY glGetTexEnvfv(GLenum target, GLenum pname, GLfloat *params) in glGetTexEnvfv()
549 void GL_APIENTRY glGetTexEnviv(GLenum target, GLenum pname, GLint *params) in glGetTexEnviv()
569 void GL_APIENTRY glGetTexImage(GLenum target, GLint level, GLenum format, GLenum type, void *pixels) in glGetTexImage()
574 void GL_APIENTRY glGetTexLevelParameterfv(GLenum target, GLint level, GLenum pname, GLfloat *params) in glGetTexLevelParameterfv()
[all …]
Dentry_points_gl_1_autogen.cpp104 void GL_APIENTRY GL_Bitmap(GLsizei width, in GL_Bitmap()
1155 void GL_APIENTRY GL_CopyPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum type) in GL_CopyPixels()
1340 GL_DrawPixels(GLsizei width, GLsizei height, GLenum format, GLenum type, const void *pixels) in GL_DrawPixels()
2194 void GL_APIENTRY GL_GetMapdv(GLenum target, GLenum query, GLdouble *v) in GL_GetMapdv()
2219 void GL_APIENTRY GL_GetMapfv(GLenum target, GLenum query, GLfloat *v) in GL_GetMapfv()
2244 void GL_APIENTRY GL_GetMapiv(GLenum target, GLenum query, GLint *v) in GL_GetMapiv()
2448 void GL_APIENTRY GL_GetTexEnvfv(GLenum target, GLenum pname, GLfloat *params) in GL_GetTexEnvfv()
2476 void GL_APIENTRY GL_GetTexEnviv(GLenum target, GLenum pname, GLint *params) in GL_GetTexEnviv()
2583 GL_GetTexImage(GLenum target, GLint level, GLenum format, GLenum type, void *pixels) in GL_GetTexImage()
2612 void GL_APIENTRY GL_GetTexLevelParameterfv(GLenum target, in GL_GetTexLevelParameterfv()
[all …]
/external/deqp/framework/opengl/
DgluCallLogWrapper.inl35 void CallLogWrapper::glBeginQuery (glw::GLenum target, glw::GLuint id)
42 void CallLogWrapper::glBeginQueryIndexed (glw::GLenum target, glw::GLuint index, glw::GLuint id)
63 void CallLogWrapper::glBindBuffer (glw::GLenum target, glw::GLuint buffer)
70 void CallLogWrapper::glBindBufferBase (glw::GLenum target, glw::GLuint index, glw::GLuint buffer)
77 void CallLogWrapper::glBindBufferRange (glw::GLenum target, glw::GLuint index, glw::GLuint buffer, …
84 void CallLogWrapper::glBindBuffersBase (glw::GLenum target, glw::GLuint first, glw::GLsizei count, …
91 void CallLogWrapper::glBindBuffersRange (glw::GLenum target, glw::GLuint first, glw::GLsizei count,…
112 void CallLogWrapper::glBindFramebuffer (glw::GLenum target, glw::GLuint framebuffer)
133 void CallLogWrapper::glBindMultiTextureEXT (glw::GLenum texunit, glw::GLenum target, glw::GLuint te…
147 void CallLogWrapper::glBindRenderbuffer (glw::GLenum target, glw::GLuint renderbuffer)
[all …]
/external/deqp/framework/platform/null/
DtcuNullRenderContextFuncs.inl34 GLW_APICALL void GLW_APIENTRY glBeginQuery (GLenum target, GLuint id)
41 GLW_APICALL void GLW_APIENTRY glBeginQueryIndexed (GLenum target, GLuint index, GLuint id)
63 GLW_APICALL void GLW_APIENTRY glBindBufferBase (GLenum target, GLuint index, GLuint buffer)
71 GLW_APICALL void GLW_APIENTRY glBindBufferRange (GLenum target, GLuint index, GLuint buffer, GLintp…
81 GLW_APICALL void GLW_APIENTRY glBindBuffersBase (GLenum target, GLuint first, GLsizei count, const …
90 GLW_APICALL void GLW_APIENTRY glBindBuffersRange (GLenum target, GLuint first, GLsizei count, const…
118 GLW_APICALL void GLW_APIENTRY glBindFramebuffer (GLenum target, GLuint framebuffer)
145 GLW_APICALL void GLW_APIENTRY glBindMultiTextureEXT (GLenum texunit, GLenum target, GLuint texture)
159 GLW_APICALL void GLW_APIENTRY glBindRenderbuffer (GLenum target, GLuint renderbuffer)
181 GLW_APICALL void GLW_APIENTRY glBindTexture (GLenum target, GLuint texture)
[all …]
/external/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dspirv_builder.c170 spirv_builder_emit_name(struct spirv_builder *b, SpvId target, in spirv_builder_emit_name()
182 emit_decoration(struct spirv_builder *b, SpvId target, in emit_decoration()
196 spirv_builder_emit_decoration(struct spirv_builder *b, SpvId target, in spirv_builder_emit_decoration()
203 spirv_builder_emit_location(struct spirv_builder *b, SpvId target, in spirv_builder_emit_location()
211 spirv_builder_emit_component(struct spirv_builder *b, SpvId target, in spirv_builder_emit_component()
219 spirv_builder_emit_builtin(struct spirv_builder *b, SpvId target, in spirv_builder_emit_builtin()
241 spirv_builder_emit_descriptor_set(struct spirv_builder *b, SpvId target, in spirv_builder_emit_descriptor_set()
250 spirv_builder_emit_binding(struct spirv_builder *b, SpvId target, in spirv_builder_emit_binding()
258 spirv_builder_emit_array_stride(struct spirv_builder *b, SpvId target, in spirv_builder_emit_array_stride()
266 spirv_builder_emit_offset(struct spirv_builder *b, SpvId target, in spirv_builder_emit_offset()
[all …]
/external/angle/src/libANGLE/renderer/gl/
Dnull_functions.cpp23 void INTERNAL_GL_APIENTRY glBeginQueryNULL(GLenum target, GLuint id) {} in glBeginQueryNULL()
25 void INTERNAL_GL_APIENTRY glBeginQueryIndexedNULL(GLenum target, GLuint index, GLuint id) {} in glBeginQueryIndexedNULL()
32 void INTERNAL_GL_APIENTRY glBindBufferNULL(GLenum target, GLuint buffer) {} in glBindBufferNULL()
34 void INTERNAL_GL_APIENTRY glBindBufferBaseNULL(GLenum target, GLuint index, GLuint buffer) {} in glBindBufferBaseNULL()
37 glBindBufferRangeNULL(GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size) in glBindBufferRangeNULL()
40 void INTERNAL_GL_APIENTRY glBindBuffersBaseNULL(GLenum target, in glBindBuffersBaseNULL()
46 void INTERNAL_GL_APIENTRY glBindBuffersRangeNULL(GLenum target, in glBindBuffersRangeNULL()
65 void INTERNAL_GL_APIENTRY glBindFramebufferNULL(GLenum target, GLuint framebuffer) {} in glBindFramebufferNULL()
83 void INTERNAL_GL_APIENTRY glBindRenderbufferNULL(GLenum target, GLuint renderbuffer) {} in glBindRenderbufferNULL()
89 void INTERNAL_GL_APIENTRY glBindTextureNULL(GLenum target, GLuint texture) {} in glBindTextureNULL()
[all …]
/external/deqp/framework/opengl/wrapper/
DglwImpl.inl39 void glwBeginQuery (GLenum target, GLuint id)
47 void glwBeginQueryIndexed (GLenum target, GLuint index, GLuint id)
71 void glwBindBuffer (GLenum target, GLuint buffer)
79 void glwBindBufferBase (GLenum target, GLuint index, GLuint buffer)
87 void glwBindBufferRange (GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr si…
95 void glwBindBuffersBase (GLenum target, GLuint first, GLsizei count, const GLuint *buffers)
103 void glwBindBuffersRange (GLenum target, GLuint first, GLsizei count, const GLuint *buffers, const …
127 void glwBindFramebuffer (GLenum target, GLuint framebuffer)
151 void glwBindMultiTextureEXT (GLenum texunit, GLenum target, GLuint texture)
167 void glwBindRenderbuffer (GLenum target, GLuint renderbuffer)
[all …]
/external/mesa3d/src/mesa/main/
Ddlist.c710 union pointer union
1528 GLsizei width, GLsizei height, GLsizei depth, in unpack_image()
1835 save_BindTexture(GLenum target, GLuint texture) in save_BindTexture()
1852 save_Bitmap(GLsizei width, GLsizei height, in save_Bitmap()
2542 save_CopyPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum type) in save_CopyPixels()
2563 save_CopyTexImage1D(GLenum target, GLint level, GLenum internalformat, in save_CopyTexImage1D()
2564 GLint x, GLint y, GLsizei width, GLint border) in save_CopyTexImage1D()
2587 save_CopyTexImage2D(GLenum target, GLint level, in save_CopyTexImage2D()
2589 GLint x, GLint y, GLsizei width, in save_CopyTexImage2D()
2615 save_CopyTexSubImage1D(GLenum target, GLint level, in save_CopyTexSubImage1D()
[all …]

123