/external/skia/src/gpu/gl/ |
D | GrGLProgramDataManager.cpp | 75 const Uniform& uni = fUniforms[u.toIndex()]; in set1i() local 86 const Uniform& uni = fUniforms[u.toIndex()]; in set1iv() local 96 const Uniform& uni = fUniforms[u.toIndex()]; in set1f() local 107 const Uniform& uni = fUniforms[u.toIndex()]; in set1fv() local 121 const Uniform& uni = fUniforms[u.toIndex()]; in set2f() local 132 const Uniform& uni = fUniforms[u.toIndex()]; in set2fv() local 142 const Uniform& uni = fUniforms[u.toIndex()]; in set3f() local 153 const Uniform& uni = fUniforms[u.toIndex()]; in set3fv() local 167 const Uniform& uni = fUniforms[u.toIndex()]; in set4f() local 178 const Uniform& uni = fUniforms[u.toIndex()]; in set4fv() local [all …]
|
/external/skia/src/gpu/vk/ |
D | GrVkPipelineStateDataManager.cpp | 61 const Uniform& uni = fUniforms[u.toIndex()]; in set1i() local 71 const Uniform& uni = fUniforms[u.toIndex()]; in set1iv() local 87 const Uniform& uni = fUniforms[u.toIndex()]; in set1f() local 98 const Uniform& uni = fUniforms[u.toIndex()]; in set1fv() local 114 const Uniform& uni = fUniforms[u.toIndex()]; in set2f() local 126 const Uniform& uni = fUniforms[u.toIndex()]; in set2fv() local 142 const Uniform& uni = fUniforms[u.toIndex()]; in set3f() local 154 const Uniform& uni = fUniforms[u.toIndex()]; in set3fv() local 174 const Uniform& uni = fUniforms[u.toIndex()]; in set4f() local 186 const Uniform& uni = fUniforms[u.toIndex()]; in set4fv() local [all …]
|
/external/skia/tests/ |
D | UnicodeTest.cpp | 20 static bool isUVS(SkUnichar uni) { in isUVS() 33 for (SkUnichar uni = gRanges[i] - 8; uni <= gRanges[i+1] + 8; ++uni) { in test_uvs() local
|
/external/mesa3d/src/mesa/main/ |
D | uniform_query.cpp | 237 struct gl_uniform_storage *const uni = shProg->UniformRemapTable[location]; in validate_uniform_parameters() local 286 struct gl_uniform_storage *const uni = in _mesa_get_uniform() local 477 const struct gl_uniform_storage *uni) in log_uniform() 558 _mesa_propagate_uniforms_to_driver_storage(struct gl_uniform_storage *uni, in _mesa_propagate_uniforms_to_driver_storage() 707 struct gl_uniform_storage *const uni = in _mesa_uniform() local 923 struct gl_uniform_storage *const uni = in _mesa_uniform_matrix() local
|
D | shader_query.cpp | 949 struct gl_program_resource *uni = in get_buffer_property() local 961 struct gl_program_resource *uni = in get_buffer_property() local 985 struct gl_program_resource *uni = in get_buffer_property() local 997 struct gl_program_resource *uni = in get_buffer_property() local 1027 struct gl_program_resource *uni = in get_buffer_property() local 1250 const struct gl_uniform_storage *uni; in _mesa_program_resource_prop() local
|
D | program_resource.c | 167 struct gl_program_resource *uni = in _mesa_GetProgramInterfaceiv() local 215 struct gl_uniform_storage *uni = in _mesa_GetProgramInterfaceiv() local
|
/external/syslinux/core/include/ |
D | codepage.h | 22 uint16_t uni[2][256]; /* Primary and alternate Unicode matches */ member
|
/external/python/cpython2/Lib/test/ |
D | test_pprint.py | 7 uni = unicode variable 9 def uni(x): function
|
/external/skia/gm/ |
D | gm.h | 103 bool handleKey(SkUnichar uni) { in handleKey() 120 virtual bool onHandleKey(SkUnichar uni) { return false; } in onHandleKey()
|
/external/mesa3d/src/compiler/glsl/ |
D | lower_const_arrays_to_uniforms.cpp | 101 ir_variable *uni = in handle_rvalue() local
|
/external/gptfdisk/ |
D | gptpart.cc | 90 uint32_t uni ; in GetDescription() local 199 uint32_t uni ; local
|
/external/skia/samplecode/ |
D | SampleMegaStroke.cpp | 36 SkUnichar uni; in onQuery() local
|
D | GMSampleView.cpp | 31 SkUnichar uni; in onQuery() local
|
D | SampleLua.cpp | 80 SkUnichar uni; in onQuery() local
|
D | SampleRectanizer.cpp | 59 SkUnichar uni; in onQuery() local
|
D | SampleAnimatedText.cpp | 59 SkUnichar uni; in onQuery() local
|
D | SampleUnpremul.cpp | 55 SkUnichar uni; in onQuery() local
|
D | SampleShadowReference.cpp | 48 SkUnichar uni; in onQuery() local
|
D | SamplePathOverstroke.cpp | 41 SkUnichar uni; in onQuery() local
|
D | SampleShadowColor.cpp | 52 SkUnichar uni; in onQuery() local
|
D | SamplePictFile.cpp | 83 SkUnichar uni; in onQuery() local
|
D | SampleShadowUtils.cpp | 63 SkUnichar uni; in onQuery() local
|
/external/skia/src/core/ |
D | SkUtils.h | 96 inline bool SkUnichar_IsVariationSelector(SkUnichar uni) { in SkUnichar_IsVariationSelector()
|
D | SkUtils.cpp | 201 size_t SkUTF8_FromUnichar(SkUnichar uni, char utf8[]) { in SkUTF8_FromUnichar() 310 size_t SkUTF16_FromUnichar(SkUnichar uni, uint16_t dst[]) { in SkUTF16_FromUnichar()
|
/external/skia/include/core/ |
D | SkString.h | 204 void appendUnichar(SkUnichar uni) { this->insertUnichar((size_t)-1, uni); } in appendUnichar() 215 void prependUnichar(SkUnichar uni) { this->insertUnichar(0, uni); } in prependUnichar()
|