/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
D | libGLESv2.cpp | 40 namespace es2 namespace 58 using namespace es2; 64 auto context = es2::getContext(); in ActiveTexture() 68 if(texture < GL_TEXTURE0 || texture > GL_TEXTURE0 + es2::MAX_COMBINED_TEXTURE_IMAGE_UNITS - 1) in ActiveTexture() 81 auto context = es2::getContext(); in AttachShader() 85 es2::Program *programObject = context->getProgram(program); in AttachShader() 86 es2::Shader *shaderObject = context->getShader(shader); in AttachShader() 137 auto context = es2::getContext(); in BeginQueryEXT() 149 if(index >= es2::MAX_VERTEX_ATTRIBS) in BindAttribLocation() 154 auto context = es2::getContext(); in BindAttribLocation() [all …]
|
D | libGLESv3.cpp | 35 using namespace es2; 39 if(level < 0 || level >= es2::IMPLEMENTATION_MAX_TEXTURE_LEVELS || width < 0 || height < 0) in validImageSize() 219 auto context = es2::getContext(); in ReadBuffer() 323 auto context = es2::getContext(); in DrawRangeElements() 327 es2::TransformFeedback* transformFeedback = context->getTransformFeedback(); in DrawRangeElements() 353 if((level < 0) || (level >= es2::IMPLEMENTATION_MAX_TEXTURE_LEVELS)) in TexImage3D() 358 const GLsizei maxSize3D = es2::IMPLEMENTATION_MAX_3D_TEXTURE_SIZE >> level; in TexImage3D() 369 auto context = es2::getContext(); in TexImage3D() 379 …es2::Texture3D *texture = (target == GL_TEXTURE_3D) ? context->getTexture3D() : context->getTextur… in TexImage3D() 413 if((level < 0) || (level >= es2::IMPLEMENTATION_MAX_TEXTURE_LEVELS)) in TexSubImage3D() [all …]
|
D | main.cpp | 76 namespace es2 namespace 85 return static_cast<es2::Context*>(context); in getContextLocked() 107 es2::Context *context = es2::getContextLocked(); in error()
|
D | Framebuffer.cpp | 27 namespace es2 namespace 413 if(!es2::IsDepthRenderable(depthbuffer->getFormat())) in completeness() 420 if(!es2::IsDepthTexture(depthbuffer->getFormat())) in completeness() 465 if(!es2::IsStencilRenderable(stencilbuffer->getFormat())) in completeness() 474 if(!es2::IsStencilTexture(internalformat)) in completeness()
|
/third_party/boost/libs/multi_index/test/ |
D | test_comparison.cpp | 57 employee_set es2; in test_comparison() local 58 employee_set_by_name& i12=get<by_name>(es2); in test_comparison() 59 employee_set_by_age& i22=get<age>(es2); in test_comparison() 60 employee_set_as_inserted& i32=get<3>(es2); in test_comparison() 61 employee_set_by_ssn& i42=get<4>(es2); in test_comparison() 62 employee_set_randomly& i52=get<5>(es2); in test_comparison() 63 es2.insert(employee(0,"Joe",31,1123)); in test_comparison() 64 es2.insert(employee(1,"Robert",27,5601)); in test_comparison() 65 es2.insert(employee(2,"John",40,7889)); in test_comparison() 66 es2.insert(employee(3,"Albert",20,9012)); in test_comparison() [all …]
|
D | test_modifiers.cpp | 323 employee_set es2; in test_modifiers() local 324 es2.insert(employee(3,"Anna",31,5388)); in test_modifiers() 325 es2.insert(employee(1,"Rachel",27,9012)); in test_modifiers() 326 es2.insert(employee(2,"Agatha",40,1520)); in test_modifiers() 328 employee_set es2_backup(es2); in test_modifiers() 330 i1.swap(get<1>(es2)); in test_modifiers() 331 BOOST_TEST(es==es2_backup&&es2==es_backup); in test_modifiers() 333 i2.swap(get<2>(es2)); in test_modifiers() 334 BOOST_TEST(es==es_backup&&es2==es2_backup); in test_modifiers() 336 i3.swap(get<3>(es2)); in test_modifiers() [all …]
|
D | test_copy_assignment.cpp | 109 employee_set es2(es); in test_copy_assignment() local 118 BOOST_TEST(es2.empty()); in test_copy_assignment() 120 es2.insert(employee(0,"Joe",31,1123)); in test_copy_assignment() 121 es2.insert(employee(1,"Robert",27,5601)); in test_copy_assignment() 122 es2.insert(employee(2,"John",40,7889)); in test_copy_assignment() 123 es2.insert(employee(2,"Aristotle",2388,3357)); /* clash */ in test_copy_assignment() 124 es2.insert(employee(3,"Albert",20,9012)); in test_copy_assignment() 125 es2.insert(employee(4,"John",57,1002)); in test_copy_assignment() 126 es2.insert(employee(0,"Andrew",60,2302)); /* clash */ in test_copy_assignment() 128 employee_set es3(es2); in test_copy_assignment() [all …]
|
/third_party/mesa3d/src/mapi/glapi/gen/ |
D | apiexec.py | 45 def __init__(self, compatibility=None, core=None, es1=None, es2=None): argument 58 if es2 is not None: 59 assert isinstance(es2, int) 60 assert es2 >= 20 65 self.es2 = es2 69 "TexBuffer": exec_info(compatibility=20, core=31, es2=31), 72 "FramebufferTexture": exec_info(compatibility=32, core=32, es2=31), 134 "ViewportArrayv": exec_info(compatibility=32, core=32, es2=31), 135 "ViewportIndexedf": exec_info(compatibility=32, core=32, es2=31), 136 "ViewportIndexedfv": exec_info(compatibility=32, core=32, es2=31), [all …]
|
D | gl_genexec.py | 199 if ex.es2 is not None: 200 if ex.es2 > 20: 201 … condition_parts.append('(ctx->API == API_OPENGLES2 && ctx->Version >= {0})'.format(ex.es2))
|
/third_party/boost/boost/geometry/srs/projections/proj/ |
D | rouss.hpp | 123 T N0, es2, t, t2, R_R0_2, R_R0_4; in setup_rouss() local 128 es2 = sin(par.phi0); in setup_rouss() 129 proj_parm.s0 = proj_mdist(par.phi0, es2, cos(par.phi0), proj_parm.en); in setup_rouss() 130 t = 1. - (es2 = par.es * es2 * es2); in setup_rouss() 137 proj_parm.C2 = proj_parm.A2 = R_R0_2 * (2 * t2 - 1. - 2. * es2) / 12.; in setup_rouss() 144 proj_parm.B3 = R_R0_2 * (1. + 2. * t2 - 2. * es2)/4.; in setup_rouss() 158 proj_parm.D3 = R_R0_2 * (2 * t2 + 1. - 2. * es2) / 4.; in setup_rouss()
|
/third_party/vk-gl-cts/external/openglcts/modules/gles2/ |
D | CMakeLists.txt | 1 # GL-CTS.es2 17 add_library(glcts-es2 STATIC ${GLCTS_GLES2_SRCS}) 18 target_link_libraries(glcts-es2 ${GLCTS_GLES2_LIBS})
|
/third_party/boost/tools/build/test/ |
D | dll_path.py | 141 es2 = t.adjust_name("b/bin/$toolset/debug*") variable 144 t.expect_content_lines("bin/$toolset/debug*/mp.pathlist", "*" + es2) 161 t.expect_content_lines("bin/$toolset/debug*/mp.pathlist", "*" + es2)
|
/third_party/typescript/tests/baselines/reference/ |
D | stringLiteralsErrors.symbols | 7 var es2 = 'line 1 8 >es2 : Symbol(es2, Decl(stringLiteralsErrors.ts, 3, 3))
|
D | stringLiteralsErrors.js | 5 var es2 = 'line 1 35 var es2 = 'line 1;
|
D | stringLiteralsErrors.types | 10 var es2 = 'line 1 11 >es2 : string
|
/third_party/skia/third_party/externals/angle2/doc/ |
D | ExternalBenchmarks.md | 32 $ ./glmark2-es2 47 $ LD_LIBRARY_PATH=/path/to/angle/out/release/ ldd ./glmark2-es2 56 $ LD_LIBRARY_PATH=/path/to/angle/out/release/ ./glmark2-es2 62 $ ANGLE_DEFAULT_PLATFORM=vulkan LD_LIBRARY_PATH=/path/to/angle/out/release/ ./glmark2-es2
|
/third_party/flutter/skia/third_party/externals/angle2/doc/ |
D | ExternalBenchmarks.md | 32 $ ./glmark2-es2 47 $ LD_LIBRARY_PATH=/path/to/angle/out/release/ ldd ./glmark2-es2 56 $ LD_LIBRARY_PATH=/path/to/angle/out/release/ ./glmark2-es2 62 $ ANGLE_DEFAULT_PLATFORM=vulkan LD_LIBRARY_PATH=/path/to/angle/out/release/ ./glmark2-es2
|
/third_party/boost/libs/units/example/ |
D | conversion.cpp | 102 quantity<si::energy> es2(ec); in main() local 115 << "energy (joules) = " << es2 << std::endl in main()
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuTexture.hpp | 476 …, int numLevels, const Sampler& sampler, float s, float t, int depth, float lod, bool es2 = false); 480 …evels, const Sampler& sampler, float s, float t, float lod, const IVec3& offset, bool es2 = false); 529 Texture2DView (int numLevels, const ConstPixelBufferAccess* levels, bool es2 = false); 552 inline Texture2DView::Texture2DView (int numLevels, const ConstPixelBufferAccess* levels, bool es2) in Texture2DView() argument 555 , m_es2 (es2) in Texture2DView() 629 Texture2D (const TextureFormat& format, int width, int height, bool es2 = false); 703 …w (int numLevels, const ConstPixelBufferAccess* const (&levels)[CUBEFACE_LAST], bool es2 = false); 729 TextureCube (const TextureFormat& format, int size, bool es2 = false); 791 Texture1DView (int numLevels, const ConstPixelBufferAccess* levels, bool es2); 809 inline Texture1DView::Texture1DView (int numLevels, const ConstPixelBufferAccess* levels, bool es2 … in Texture1DView() [all …]
|
/third_party/vk-gl-cts/external/openglcts/data/mustpass/gles/khronos_mustpass_noctx/3.2.6.x/src/ |
D | gles2-khr-master.txt | 1 KHR-NoContext.es2.*
|
/third_party/vk-gl-cts/external/openglcts/data/mustpass/gles/khronos_mustpass_noctx/master/src/ |
D | gles2-khr-master.txt | 1 KHR-NoContext.es2.*
|
/third_party/vk-gl-cts/external/openglcts/data/mustpass/gles/khronos_mustpass_noctx/3.2.5.x/src/ |
D | gles2-khr-master.txt | 1 KHR-NoContext.es2.*
|
/third_party/vk-gl-cts/external/openglcts/data/mustpass/gles/khronos_mustpass_noctx/master/ |
D | gles2-khr-noctx-master.txt | 1 KHR-NoContext.es2.no_error.create_context
|
/third_party/vk-gl-cts/external/openglcts/data/mustpass/gles/khronos_mustpass_noctx/3.2.4.x/src/ |
D | gles2-khr-master.txt | 1 KHR-NoContext.es2.no_error.create_context
|
/third_party/vk-gl-cts/external/openglcts/data/mustpass/gles/khronos_mustpass_noctx/3.2.5.x/ |
D | gles2-khr-noctx-master.txt | 1 KHR-NoContext.es2.no_error.create_context
|