Home
last modified time | relevance | path

Searched defs:GLenum (Results 1 – 25 of 31) sorted by relevance

12

/external/rust/android-crates-io/crates/gl/out/
Dbindings.rs27 pub type GLenum = super::__gl_imports::raw::c_uint; typedef
1488 …pub unsafe fn ActiveTexture(texture: types::GLenum) -> () { __gl_imports::mem::transmute::<_, exte… in ActiveTexture()
1494 …pub unsafe fn BeginConditionalRender(id: types::GLuint, mode: types::GLenum) -> () { __gl_imports:… in BeginConditionalRender()
1497 …pub unsafe fn BeginQuery(target: types::GLenum, id: types::GLuint) -> () { __gl_imports::mem::tran… in BeginQuery()
1499 …pub unsafe fn BeginQueryIndexed(target: types::GLenum, index: types::GLuint, id: types::GLuint) ->… in BeginQueryIndexed()
1502 …pub unsafe fn BeginTransformFeedback(primitiveMode: types::GLenum) -> () { __gl_imports::mem::tran… in BeginTransformFeedback()
1508 …pub unsafe fn BindBuffer(target: types::GLenum, buffer: types::GLuint) -> () { __gl_imports::mem::… in BindBuffer()
1511 …pub unsafe fn BindBufferBase(target: types::GLenum, index: types::GLuint, buffer: types::GLuint) -… in BindBufferBase()
1514 …pub unsafe fn BindBufferRange(target: types::GLenum, index: types::GLuint, buffer: types::GLuint, … in BindBufferRange()
1516 …pub unsafe fn BindBuffersBase(target: types::GLenum, first: types::GLuint, count: types::GLsizei, … in BindBuffersBase()
[all …]
/external/webrtc/sdk/objc/components/renderer/opengl/
DRTCNV12TextureCache.m51 pixelFormat:(GLenum)pixelFormat { argument
/external/angle/src/libANGLE/
DRenderbuffer.cpp345 Format Renderbuffer::getAttachmentFormat(GLenum /*binding*/, in getAttachmentFormat() argument
372 InitState Renderbuffer::initState(GLenum /*binding*/, const gl::ImageIndex & /*imageIndex*/) const in initState() argument
382 void Renderbuffer::setInitState(GLenum /*binding*/, in setInitState() argument
DTexture.cpp2187 Format Texture::getAttachmentFormat(GLenum /*binding*/, const ImageIndex &imageIndex) const in getAttachmentFormat() argument
2473 InitState Texture::initState(GLenum /*binding*/, const ImageIndex &imageIndex) const in initState() argument
/external/deqp/external/openglcts/modules/common/
DglcKHRDebugTests.cpp1800 void ReceivingMessagesTest::debug_proc(glw::GLenum /* source */, glw::GLenum /* type */, glw::GLuin… in debug_proc()
2402 void SynchronousCallsTest::debug_proc(glw::GLenum /* source */, glw::GLenum /* type */, glw::GLuint… in debug_proc()
/external/deqp/framework/opengl/wrapper/
DglwTypes.inl67 typedef uint32_t GLenum; typedef
/external/angle/src/libANGLE/renderer/gl/
DFunctionsGL.cpp63 static GLenum INTERNAL_GL_APIENTRY StubCheckFramebufferStatus(GLenum) in StubCheckFramebufferStatus() argument
Dfunctionsgl_typedefs.h27 typedef unsigned int GLenum; typedef
/external/mesa3d/src/compiler/glsl/
Dstandalone_scaffolding.cpp100 _mesa_shader_debug(struct gl_context *, GLenum, GLuint *, in _mesa_shader_debug() argument
/external/angle/include/GLSLANG/
DShaderVars.h22 typedef unsigned int GLenum; typedef
/external/deqp/external/openglcts/modules/gl/
Dgl4cDirectStateAccessBuffersTests.cpp304 bool DataTest::TestCase(void (DataTest::*UploadDataFunction)(glw::GLuint, glw::GLenum), glw::GLenum… in TestCase()
516 void DataTest::LogFail(void (DataTest::*UploadDataFunction)(glw::GLuint, glw::GLenum), glw::GLenum … in LogFail()
601 void DataTest::LogError(void (DataTest::*UploadDataFunction)(glw::GLuint, glw::GLenum), glw::GLenum… in LogError()
Dgl4cES31CompatibilityShaderImageLoadStoreTests.cpp191 bool Equal(const ivec4 &a, const ivec4 &b, GLenum) in Equal() argument
195 bool Equal(const uvec4 &a, const uvec4 &b, GLenum) in Equal() argument
Dgl4cShaderImageLoadStoreTests.cpp263 bool Equal(const ivec4 &a, const ivec4 &b, GLenum) in Equal() argument
268 bool Equal(const uvec4 &a, const uvec4 &b, GLenum) in Equal() argument
Dgl4cCopyImageTests.cpp3182 void FunctionalTest::prepareSrcPxls(const FunctionalTest::targetDesc &desc, GLenum /* dst_internal_… in prepareSrcPxls() argument
/external/deqp/modules/gles31/functional/
Des31fDebugTests.cpp2860 extern "C" void GLW_APIENTRY emptyCallback(GLenum, GLenum, GLuint, GLenum, GLsizei, const char *, c… in emptyCallback() argument
/external/mesa3d/include/GLES/
Dgl.h40 typedef unsigned int GLenum; typedef
/external/deqp/external/openglcts/modules/gles31/
Des31cShaderImageLoadStoreTests.cpp185 bool Equal(const ivec4 &a, const ivec4 &b, GLenum) in Equal() argument
189 bool Equal(const uvec4 &a, const uvec4 &b, GLenum) in Equal() argument
/external/mesa3d/include/GLES2/
Dgl2.h52 typedef unsigned int GLenum; typedef
/external/angle/include/GLES2/
Dgl2.h52 typedef unsigned int GLenum; typedef
/external/angle/include/GLES/
Dgl.h63 typedef unsigned int GLenum; typedef
/external/angle/src/tests/gl_tests/
DWebGLCompatibilityTest.cpp2671 const std::array<GLenum, 2> &drawBuffers, in drawBuffersEXTFeedbackLoop()
2933 const std::array<GLenum, 2> &drawBuffers, in drawBuffersFeedbackLoop()
/external/mesa3d/include/GL/
Dgl.h111 typedef unsigned int GLenum; typedef
/external/angle/include/GLES3/
Dgl3.h52 typedef unsigned int GLenum; typedef
Dgl31.h52 typedef unsigned int GLenum; typedef
/external/mesa3d/include/GLES3/
Dgl3.h52 typedef unsigned int GLenum; typedef

12