Home
last modified time | relevance | path

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

123

/external/angle/src/libGLESv2/
Dentry_points_gles_3_0_autogen.cpp25 void GL_APIENTRY GL_BeginQuery(GLenum target, GLuint id) in GL_BeginQuery()
77 void GL_APIENTRY GL_BindBufferBase(GLenum target, GLuint index, GLuint buffer) in GL_BindBufferBase()
104 GL_BindBufferRange(GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size) in GL_BindBufferRange()
159 void GL_APIENTRY GL_BindTransformFeedback(GLenum target, GLuint id) in GL_BindTransformFeedback()
382 void GL_APIENTRY GL_CompressedTexImage3D(GLenum target, in GL_CompressedTexImage3D()
385 GLsizei width, in GL_CompressedTexImage3D()
423 void GL_APIENTRY GL_CompressedTexSubImage3D(GLenum target, in GL_CompressedTexSubImage3D()
428 GLsizei width, in GL_CompressedTexSubImage3D()
504 void GL_APIENTRY GL_CopyTexSubImage3D(GLenum target, in GL_CopyTexSubImage3D()
511 GLsizei width, in GL_CopyTexSubImage3D()
[all …]
/external/catch2/third_party/
Dclara.hpp111 auto width = m_column.m_width-indent(); in calcLength() local
150 using pointer = value_type*; typedef in clara::TextFlow::Column::iterator
204 auto width( size_t newWidth ) -> Column& { in width() function in clara::TextFlow::Column
218 auto width() const -> size_t { return m_width; } in width() function in clara::TextFlow::Column
277 using pointer = value_type*; typedef in clara::TextFlow::Columns::iterator
301 auto width = m_columns[i].width(); in operator *() local
655 inline auto convertInto( std::string const &source, T& target ) -> ParserResult { in convertInto()
664 inline auto convertInto( std::string const &source, std::string& target ) -> ParserResult { in convertInto()
668 inline auto convertInto( std::string const &source, bool &target ) -> ParserResult { in convertInto()
681 …inline auto convertInto( std::string const &source, CLARA_CONFIG_OPTIONAL_TYPE<T>& target ) -> Par… in convertInto()
/external/catch2/include/external/
Dclara.hpp112 auto width = m_column.m_width - indent(); in calcLength() local
150 using pointer = value_type * ; typedef in Catch::clara::TextFlow::Column::iterator
204 auto width(size_t newWidth) -> Column& { in width() function in Catch::clara::TextFlow::Column
218 auto width() const -> size_t { return m_width; } in width() function in Catch::clara::TextFlow::Column
276 using pointer = value_type * ; typedef in Catch::clara::TextFlow::Columns::iterator
299 auto width = m_columns[i].width(); in operator *() local
655 inline auto convertInto( std::string const &source, T& target ) -> ParserResult { in convertInto()
664 inline auto convertInto( std::string const &source, std::string& target ) -> ParserResult { in convertInto()
668 inline auto convertInto( std::string const &source, bool &target ) -> ParserResult { in convertInto()
681 …inline auto convertInto( std::string const &source, CLARA_CONFIG_OPTIONAL_TYPE<T>& target ) -> Par… in convertInto()
/external/angle/src/libANGLE/
DvalidationGL4.cpp16 GLenum target, in ValidateBeginQueryIndexed()
42 GLenum target, in ValidateEndQueryIndexed()
95 GLenum target, in ValidateGetQueryIndexediv()
340 GLenum target, in ValidateGetDoublei_v()
349 GLenum target, in ValidateGetFloati_v()
560 GLsizei width, in ValidateScissorIndexed()
650 const void *pointer) in ValidateVertexAttribLPointer()
750 GLenum target, in ValidateTexStorage1D()
753 GLsizei width) in ValidateTexStorage1D()
760 GLenum target, in ValidateClearBufferData()
[all …]
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dtypes.h166 #define DeclareCastMethod(target) \ argument
226 uint32_t width() const { return width_; } in width() function
247 uint32_t width() const { return width_; } in width() function
568 void SetTargetPointer(const Pointer* pointer) { pointer_ = pointer; } in SetTargetPointer()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dtypes.h176 #define DeclareCastMethod(target) \ argument
232 uint32_t width() const { return width_; } in width() function
254 uint32_t width() const { return width_; } in width() function
586 void SetTargetPointer(const Pointer* pointer) { pointer_ = pointer; } in SetTargetPointer()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dtypes.h166 #define DeclareCastMethod(target) \ argument
226 uint32_t width() const { return width_; } in width() function
247 uint32_t width() const { return width_; } in width() function
568 void SetTargetPointer(const Pointer* pointer) { pointer_ = pointer; } in SetTargetPointer()
/external/angle/src/libANGLE/capture/
Dcapture_gles_2_0_autogen.cpp90 GLenum target, in CaptureBindFramebuffer()
103 GLenum target, in CaptureBindRenderbuffer()
266 GLenum target, in CaptureCheckFramebufferStatus()
357 GLsizei width, in CaptureCompressedTexImage2D()
399 GLsizei width, in CaptureCompressedTexSubImage2D()
443 GLsizei width, in CaptureCopyTexImage2D()
470 GLsizei width, in CaptureCopyTexSubImage2D()
805 GLenum target, in CaptureFramebufferRenderbuffer()
824 GLenum target, in CaptureFramebufferTexture2D()
1311 GLenum target, in CaptureGetFramebufferAttachmentParameteriv()
[all …]
Dcapture_gles_3_0_params.cpp51 GLsizei width, in CaptureCompressedTexImage3D_data()
79 GLsizei width, in CaptureCompressedTexSubImage3D_data()
307 GLenum target, in CaptureGetInteger64i_v_data()
326 GLenum target, in CaptureGetIntegeri_v_data()
336 GLenum target, in CaptureGetInternalformativ_params()
629 GLenum target, in CaptureInvalidateFramebuffer_attachments()
640 GLenum target, in CaptureInvalidateSubFramebuffer_attachments()
645 GLsizei width, in CaptureInvalidateSubFramebuffer_attachments()
688 GLsizei width, in CaptureTexImage3D_pixels()
727 GLsizei width, in CaptureTexSubImage3D_pixels()
[all …]
Dcapture_gles_ext_autogen.cpp720 GLint width, in CaptureCopySubTexture3DANGLE()
784 GLenum target, in CaptureRenderbufferStorageMultisampleANGLE()
787 GLsizei width, in CaptureRenderbufferStorageMultisampleANGLE()
867 GLenum target, in CaptureGetRenderbufferImageANGLE()
1029 GLsizei width, in CaptureTexStorageMemFlags2DANGLE()
1080 GLsizei width, in CaptureTexStorageMemFlags2DMultisampleANGLE()
1135 GLsizei width, in CaptureTexStorageMemFlags3DANGLE()
1189 GLsizei width, in CaptureTexStorageMemFlags3DMultisampleANGLE()
1697 GLenum target, in CaptureGetFramebufferAttachmentParameterivRobustANGLE()
1843 GLenum target, in CaptureGetRenderbufferParameterivRobustANGLE()
[all …]
Dcapture_gles_ext_params.cpp540 GLenum target, in CaptureGetFramebufferAttachmentParameterivRobustANGLE_length()
553 GLenum target, in CaptureGetFramebufferAttachmentParameterivRobustANGLE_params()
612 GLenum target, in CaptureGetRenderbufferParameterivRobustANGLE_length()
624 GLenum target, in CaptureGetRenderbufferParameterivRobustANGLE_params()
808 void **pointer, in CaptureGetVertexAttribPointervRobustANGLE_length()
820 void **pointer, in CaptureGetVertexAttribPointervRobustANGLE_pointer()
830 GLsizei width, in CaptureReadPixelsRobustANGLE_length()
854 GLsizei width, in CaptureReadPixelsRobustANGLE_columns()
878 GLsizei width, in CaptureReadPixelsRobustANGLE_rows()
902 GLsizei width, in CaptureReadPixelsRobustANGLE_pixels()
[all …]
Dcapture_gles_2_0_params.cpp61 GLsizei width, in CaptureCompressedTexImage2D_data()
87 GLsizei width, in CaptureCompressedTexSubImage2D_data()
363 GLenum target, in CaptureGetFramebufferAttachmentParameteriv_params()
421 GLenum target, in CaptureGetRenderbufferParameteriv_params()
570 void **pointer, in CaptureGetVertexAttribPointerv_pointer()
602 GLsizei width, in CaptureReadPixels_pixels()
676 GLsizei width, in CaptureTexImage2D_pixels()
765 GLsizei width, in CaptureTexSubImage2D_pixels()
932 const void *pointer, in CaptureVertexAttribPointer_pointer()
Dcapture_gles_3_0_autogen.cpp97 GLenum target, in CaptureBindTransformFeedback()
279 GLsizei width, in CaptureCompressedTexImage3D()
324 GLsizei width, in CaptureCompressedTexSubImage3D()
392 GLsizei width, in CaptureCopyTexSubImage3D()
700 GLenum target, in CaptureFramebufferTextureLayer()
1053 GLenum target, in CaptureGetInteger64i_v()
1109 GLenum target, in CaptureGetIntegeri_v()
1137 GLenum target, in CaptureGetInternalformativ()
1668 GLenum target, in CaptureInvalidateFramebuffer()
1698 GLenum target, in CaptureInvalidateSubFramebuffer()
[all …]
Dcapture_gles_1_0_autogen.cpp191 const void *pointer) in CaptureColorPointer()
838 CallCapture CaptureLineWidthx(const State &glState, bool isCallValid, GLfixed width) in CaptureLineWidthx()
1050 GLenum target, in CaptureMultiTexCoord4f()
1120 const void *pointer) in CaptureNormalPointer()
1396 const void *pointer) in CaptureTexCoordPointer()
1638 const void *pointer) in CaptureVertexPointer()
/external/angle/src/libGL/
Dentry_points_gl_4_autogen.cpp33 void GL_APIENTRY GL_BeginQueryIndexed(GLenum target, GLuint index, GLuint id) in GL_BeginQueryIndexed()
59 void GL_APIENTRY GL_BindTransformFeedback(GLenum target, GLuint id) in GL_BindTransformFeedback()
324 void GL_APIENTRY GL_EndQueryIndexed(GLenum target, GLuint index) in GL_EndQueryIndexed()
511 void GL_APIENTRY GL_GetQueryIndexediv(GLenum target, GLuint index, GLenum pname, GLint *params) in GL_GetQueryIndexediv()
1552 void GL_APIENTRY GL_GetDoublei_v(GLenum target, GLuint index, GLdouble *data) in GL_GetDoublei_v()
1577 void GL_APIENTRY GL_GetFloati_v(GLenum target, GLuint index, GLfloat *data) in GL_GetFloati_v()
3490 GL_ScissorIndexed(GLuint index, GLint left, GLint bottom, GLsizei width, GLsizei height) in GL_ScissorIndexed()
3818 GL_VertexAttribLPointer(GLuint index, GLint size, GLenum type, GLsizei stride, const void *pointer) in GL_VertexAttribLPointer()
4158 void GL_APIENTRY GL_GetInternalformativ(GLenum target, in GL_GetInternalformativ()
4216 void GL_APIENTRY GL_TexStorage1D(GLenum target, in GL_TexStorage1D()
[all …]
Dentry_points_gl_3_autogen.cpp83 void GL_APIENTRY GL_BindBufferBase(GLenum target, GLuint index, GLuint buffer) in GL_BindBufferBase()
110 GL_BindBufferRange(GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size) in GL_BindBufferRange()
167 void GL_APIENTRY GL_BindFramebuffer(GLenum target, GLuint framebuffer) in GL_BindFramebuffer()
192 void GL_APIENTRY GL_BindRenderbuffer(GLenum target, GLuint renderbuffer) in GL_BindRenderbuffer()
281 GLenum GL_APIENTRY GL_CheckFramebufferStatus(GLenum target) in GL_CheckFramebufferStatus()
313 void GL_APIENTRY GL_ClampColor(GLenum target, GLenum clamp) in GL_ClampColor()
541 void GL_APIENTRY GL_Disablei(GLenum target, GLuint index) in GL_Disablei()
565 void GL_APIENTRY GL_Enablei(GLenum target, GLuint index) in GL_Enablei()
634 void GL_APIENTRY GL_FlushMappedBufferRange(GLenum target, GLintptr offset, GLsizeiptr length) in GL_FlushMappedBufferRange()
662 void GL_APIENTRY GL_FramebufferRenderbuffer(GLenum target, in GL_FramebufferRenderbuffer()
[all …]
/external/angle/src/common/spirv/
Dspirv_instruction_builder_autogen.cpp118 void WriteName(Blob *blob, IdRef target, LiteralString name) in WriteName()
279 void WriteTypeInt(Blob *blob, IdResult idResult, LiteralInteger width, LiteralInteger signedness) in WriteTypeInt()
288 void WriteTypeFloat(Blob *blob, IdResult idResult, LiteralInteger width) in WriteTypeFloat()
587 IdRef pointer, in WriteLoad()
601 void WriteStore(Blob *blob, IdRef pointer, IdRef object, const spv::MemoryAccessMask *memoryAccess) in WriteStore()
614 IdRef target, in WriteCopyMemory()
677 IdRef target, in WriteDecorate()
2412 IdRef pointer, in WriteAtomicLoad()
2426 IdRef pointer, in WriteAtomicStore()
2442 IdRef pointer, in WriteAtomicExchange()
[all …]
Dspirv_instruction_parser_autogen.cpp84 void ParseName(const uint32_t *_instruction, IdRef *target, LiteralString *name) in ParseName()
270 LiteralInteger *width, in ParseTypeInt()
282 void ParseTypeFloat(const uint32_t *_instruction, IdResult *idResult, LiteralInteger *width) in ParseTypeFloat()
656 IdRef *pointer, in ParseLoad()
673 IdRef *pointer, in ParseStore()
690 IdRef *target, in ParseCopyMemory()
767 IdRef *target, in ParseDecorate()
2909 IdRef *pointer, in ParseAtomicLoad()
2925 IdRef *pointer, in ParseAtomicStore()
2943 IdRef *pointer, in ParseAtomicExchange()
[all …]
/external/mesa3d/include/CL/
Dcl2.hpp625 using pointer = std::unique_ptr<T, D>; typedef
3550 typedef value_type* pointer; typedef in cl::SVMAllocator
3694 typedef value_type* pointer; typedef in cl::SVMAllocator
3717 typedef typename std::allocator_traits<Alloc>::pointer pointer; typedef in cl::detail::Deleter
4418 size_type width, in Image1D()
4506 size_type width, in Image1DBuffer()
4591 size_type width, in Image1DArray()
4688 size_type width, in Image2D()
4759 size_type width, in Image2D()
4933 cl_GLenum target, in Image2DGL()
[all …]
Dcl.hpp3675 ::size_t width, in Image1D()
3760 ::size_t width, in Image1DBuffer()
3838 ::size_t width, in Image1DArray()
3927 ::size_t width, in Image2D()
4060 cl_GLenum target, in Image2DGL()
4144 ::size_t width, in Image2DArray()
4236 ::size_t width, in Image3D()
4372 cl_GLenum target, in Image3DGL()
4456 cl_GLenum target, in ImageGL()
6886 DataType *pointer = in copy() local
[all …]
/external/ComputeLibrary/include/CL/
Dcl2.hpp586 using pointer = std::unique_ptr<T, D>; typedef
3393 typedef value_type* pointer; typedef in cl::SVMAllocator
3537 typedef value_type* pointer; typedef in cl::SVMAllocator
3560 typedef typename std::allocator_traits<Alloc>::pointer pointer; typedef in cl::detail::Deleter
4261 size_type width, in Image1D()
4349 size_type width, in Image1DBuffer()
4434 size_type width, in Image1DArray()
4531 size_type width, in Image2D()
4602 size_type width, in Image2D()
4776 cl_GLenum target, in Image2DGL()
[all …]
/external/deqp/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.cpp1859 GLenum target = GetBufferGLenum(buffer); in Bind() local
1874 GLenum target = GetBufferGLenum(buffer); in BindBase() local
1891 GLenum target = GetBufferGLenum(buffer); in BindRange() local
1907 GLenum target = GetBufferGLenum(buffer); in Data() local
1925 GLenum target = GetBufferGLenum(buffer); in SubData() local
1961 GLenum target = GetBufferGLenum(buffer); in Map() local
1975 GLenum target = GetBufferGLenum(buffer); in UnMap() local
2183 void Framebuffer::AttachTexture(GLenum attachment, GLuint texture_id, GLuint width, GLuint height) in AttachTexture()
2233 …tachTexture(const Functions& gl, GLenum attachment, GLuint texture_id, GLuint width, GLuint height) in AttachTexture()
3264 void Texture::Init(TYPES tex_type, GLuint width, GLuint height, GLuint depth, GLenum internal_forma… in Init()
[all …]
/external/catch2/single_include/catch2/
Dcatch.hpp3731 Vector::UnorderedEqualsMatcher<T> UnorderedEquals(std::vector<T> const& target) { in UnorderedEquals()
4091 TakeGenerator(size_t target, GeneratorWrapper<T>&& generator): in TakeGenerator()
4117 GeneratorWrapper<T> take(size_t target, GeneratorWrapper<T>&& generator) { in take()
8488 auto width = m_column.m_width - indent(); in calcLength() local
8526 using pointer = value_type * ; typedef in Catch::clara::TextFlow::Column::iterator
8580 auto width(size_t newWidth) -> Column& { in width() function in Catch::clara::TextFlow::Column
8594 auto width() const -> size_t { return m_width; } in width() function in Catch::clara::TextFlow::Column
8652 using pointer = value_type * ; typedef in Catch::clara::TextFlow::Columns::iterator
8675 auto width = m_columns[i].width(); in operator *() local
9029 inline auto convertInto( std::string const &source, T& target ) -> ParserResult { in convertInto()
[all …]
/external/libabigail/tests/lib/
Dcatch.hpp3755 …dEqualsMatcher<T, AllocComp, AllocMatch> UnorderedEquals(std::vector<T, AllocComp> const& target) { in UnorderedEquals()
4121 TakeGenerator(size_t target, GeneratorWrapper<T>&& generator): in TakeGenerator()
4147 GeneratorWrapper<T> take(size_t target, GeneratorWrapper<T>&& generator) { in take()
8543 auto width = m_column.m_width - indent(); in calcLength() local
8581 using pointer = value_type * ; typedef in Catch::clara::TextFlow::Column::iterator
8635 auto width(size_t newWidth) -> Column& { in width() function in Catch::clara::TextFlow::Column
8649 auto width() const -> size_t { return m_width; } in width() function in Catch::clara::TextFlow::Column
8707 using pointer = value_type * ; typedef in Catch::clara::TextFlow::Columns::iterator
8730 auto width = m_columns[i].width(); in operator *() local
9084 inline auto convertInto( std::string const &source, T& target ) -> ParserResult { in convertInto()
[all …]
/external/mesa3d/src/amd/llvm/
Dac_llvm_build.c1021 LLVMValueRef pointer, result; in ac_build_load_custom() local
2389 LLVMValueRef width, bool is_signed) in ac_build_bfe()
2868 unsigned target = LLVMConstIntGetZExtValue(arg); in ac_optimize_vs_outputs() local
3098 static void emit_default_branch(LLVMBuilderRef builder, LLVMBasicBlockRef target) in emit_default_branch()

123