| /external/deqp/external/openglcts/modules/gles31/ |
| D | es31cLayoutBindingTests.cpp | 381 StringStream s; in IntegerConstant() local 572 StringStream s; in generateLog() local 684 StringStream s; in initDefaultVSContext() local 721 StringStream s; in initDefaultFSContext() local 758 StringStream s; in initDefaultCSContext() local 819 StringStream s; in getDefaultUniformName() local 826 std::ostringstream s; in buildUniformName() local 833 std::ostringstream s; in buildLayout() local 848 std::ostringstream s; in buildAccess() local 866 StringStream s; in buildArray() local [all …]
|
| /external/skia/src/sksl/ |
| D | SkSLHCodeGenerator.cpp | 20 HCodeGenerator::HCodeGenerator(const Context* context, const Program* program, in HCodeGenerator() 63 void HCodeGenerator::writef(const char* s, va_list va) { in writef() 78 void HCodeGenerator::writef(const char* s, ...) { in writef() 86 const Section* s = fSectionAndParameterHelper.getSection(name); in writeSection() local 100 const char* s = section->fText.c_str(); in writeExtraConstructorParams() local 168 std::vector<const Section*> s = fSectionAndParameterHelper.getSections(section); in failOnSection() local 204 for (const Section* s : fSectionAndParameterHelper.getSections( in writeConstructor() local 217 for (const Section* s : fSectionAndParameterHelper.getSections(COORD_TRANSFORM_SECTION)) { in writeConstructor() local 233 for (const Section* s : fSectionAndParameterHelper.getSections(COORD_TRANSFORM_SECTION)) { in writeConstructor() local 250 for (const Section* s : fSectionAndParameterHelper.getSections(COORD_TRANSFORM_SECTION)) { in writeFields() local [all …]
|
| D | SkSLCompiler.cpp | 380 const Statement* s = node.statement()->get(); in compute_start_state() local 859 static bool contains_break(Statement& s) { in contains_break() 884 static std::unique_ptr<Statement> block_for_case(SwitchStatement* s, SwitchCase* c) { in block_for_case() 908 for (const auto& s : statementPtrs) { in block_for_case() local 979 SwitchStatement& s = (SwitchStatement&) *stmt; in simplifyStatement() local 1110 const Statement& s = **iter->statement(); in scanCFG() local 1216 bool Compiler::toSPIRV(const Program& program, OutputStream& out) { in toSPIRV() 1246 bool Compiler::toSPIRV(const Program& program, String* out) { in toSPIRV() 1255 bool Compiler::toGLSL(const Program& program, OutputStream& out) { in toGLSL() 1264 bool Compiler::toGLSL(const Program& program, String* out) { in toGLSL() [all …]
|
| D | SkSLSectionAndParameterHelper.h | 41 SectionAndParameterHelper(const Program& program, ErrorReporter& errors) { in SectionAndParameterHelper() 55 const Section* s = (const Section*) p.get(); in SectionAndParameterHelper() local
|
| /external/skqp/src/sksl/ |
| D | SkSLHCodeGenerator.cpp | 20 HCodeGenerator::HCodeGenerator(const Context* context, const Program* program, in HCodeGenerator() 63 void HCodeGenerator::writef(const char* s, va_list va) { in writef() 78 void HCodeGenerator::writef(const char* s, ...) { in writef() 86 const Section* s = fSectionAndParameterHelper.getSection(name); in writeSection() local 100 const char* s = section->fText.c_str(); in writeExtraConstructorParams() local 168 std::vector<const Section*> s = fSectionAndParameterHelper.getSections(section); in failOnSection() local 204 for (const Section* s : fSectionAndParameterHelper.getSections( in writeConstructor() local 217 for (const Section* s : fSectionAndParameterHelper.getSections(COORD_TRANSFORM_SECTION)) { in writeConstructor() local 233 for (const Section* s : fSectionAndParameterHelper.getSections(COORD_TRANSFORM_SECTION)) { in writeConstructor() local 250 for (const Section* s : fSectionAndParameterHelper.getSections(COORD_TRANSFORM_SECTION)) { in writeFields() local [all …]
|
| D | SkSLCompiler.cpp | 380 const Statement* s = node.statement()->get(); in compute_start_state() local 859 static bool contains_break(Statement& s) { in contains_break() 884 static std::unique_ptr<Statement> block_for_case(SwitchStatement* s, SwitchCase* c) { in block_for_case() 908 for (const auto& s : statementPtrs) { in block_for_case() local 979 SwitchStatement& s = (SwitchStatement&) *stmt; in simplifyStatement() local 1110 const Statement& s = **iter->statement(); in scanCFG() local 1216 bool Compiler::toSPIRV(const Program& program, OutputStream& out) { in toSPIRV() 1246 bool Compiler::toSPIRV(const Program& program, String* out) { in toSPIRV() 1255 bool Compiler::toGLSL(const Program& program, OutputStream& out) { in toGLSL() 1264 bool Compiler::toGLSL(const Program& program, String* out) { in toGLSL() [all …]
|
| D | SkSLSectionAndParameterHelper.h | 41 SectionAndParameterHelper(const Program& program, ErrorReporter& errors) { in SectionAndParameterHelper() 55 const Section* s = (const Section*) p.get(); in SectionAndParameterHelper() local
|
| /external/deqp/external/openglcts/modules/gl/ |
| D | gl3cClipDistance.cpp | 36 #define _STR(s) STR(s) argument 37 #define STR(s) #s argument 243 …gl3cts::ClipDistance::Utility::Program program(gl, vertex_shader, fragment_shader, transform_feedb… in MaxClipDistancesValueInVertexShaderTest() local 326 gl3cts::ClipDistance::Utility::Program program(gl, vertex_shader, fragment_shader); in MaxClipDistancesValueInFragmentShaderTest() local 414 gl3cts::ClipDistance::Utility::Program program(gl, vertex_shader, fragment_shader); in ClipDistancesValuePassing() local 615 gl3cts::ClipDistance::Utility::Program program(gl, vertex_shader_code, m_fragment_shader_code); in iterate() local 1042 …gl3cts::ClipDistance::Utility::Program program(gl, m_vertex_shader_code_case_0, m_fragment_shader_… in testClipVertexBuildingErrors() local 1068 …gl3cts::ClipDistance::Utility::Program program(gl, m_vertex_shader_code_case_1, m_fragment_shader_… in testMaxClipDistancesBuildingErrors() local 1095 …gl3cts::ClipDistance::Utility::Program program(gl, m_vertex_shader_code_case_2, m_fragment_shader_… in testClipDistancesRedeclarationBuildingErrors() local 1350 LinkageStatus program = { 0, GL_NONE, "" }; in linkShaders() local
|
| D | gl4cSparseTexture2Tests.cpp | 308 ShaderProgram program(gl, sources); in iterate() local 542 TokenStrings s; in createShaderTokens() local 1032 TokenStrings s = createShaderTokens(target, format, sample); in writeDataToTexture() local 1045 ShaderProgram program(m_context.getRenderContext(), sources); in writeDataToTexture() local 1225 TokenStrings s = createShaderTokens(target, format, sample); in verifyTextureData() local 1241 ShaderProgram program(m_context.getRenderContext(), sources); in verifyTextureData() local 1551 ShaderProgram program(gl, glu::makeVtxFragSources(vertexSource, fragmentSource)); in UncommittedDepthStencil() local 1795 TokenStrings s = createShaderTokens(target, format, sample); in verifyTextureDataExtended() local 1811 ShaderProgram program(m_context.getRenderContext(), sources); in verifyTextureDataExtended() local 1937 TokenStrings s = createShaderTokens(target, format, sample); in verifyAtomicOperations() local [all …]
|
| D | gl4cSparseTextureClampTests.cpp | 356 TokenStringsExt s = createLookupShaderTokens(target, format, level, sample, f); in verifyLookupTextureData() local 395 ShaderProgram program(m_context.getRenderContext(), sources); in verifyLookupTextureData() local 452 …eTextureClampLookupResidencyTestCase::draw(GLint target, GLint layer, const ShaderProgram& program) in draw() 724 TokenStrings s = createShaderTokens(target, format, sample); in writeDataToTexture() local 744 ShaderProgram program(m_context.getRenderContext(), sources); in writeDataToTexture() local 854 TokenStringsExt s = createLookupShaderTokens(target, format, level, sample, f); in verifyLookupTextureData() local 897 ShaderProgram program(m_context.getRenderContext(), sources); in verifyLookupTextureData() local
|
| /external/mesa3d/src/mesa/main/ |
| D | uniforms.c | 81 const int s = u_bit_scan(&mask); in _mesa_update_shader_textures_used() local 288 _mesa_ProgramUniform1f(GLuint program, GLint location, GLfloat v0) in _mesa_ProgramUniform1f() 298 _mesa_ProgramUniform2f(GLuint program, GLint location, GLfloat v0, GLfloat v1) in _mesa_ProgramUniform2f() 310 _mesa_ProgramUniform3f(GLuint program, GLint location, GLfloat v0, GLfloat v1, in _mesa_ProgramUniform3f() 324 _mesa_ProgramUniform4f(GLuint program, GLint location, GLfloat v0, GLfloat v1, in _mesa_ProgramUniform4f() 339 _mesa_ProgramUniform1i(GLuint program, GLint location, GLint v0) in _mesa_ProgramUniform1i() 349 _mesa_ProgramUniform2i(GLuint program, GLint location, GLint v0, GLint v1) in _mesa_ProgramUniform2i() 361 _mesa_ProgramUniform3i(GLuint program, GLint location, GLint v0, GLint v1, in _mesa_ProgramUniform3i() 375 _mesa_ProgramUniform4i(GLuint program, GLint location, GLint v0, GLint v1, in _mesa_ProgramUniform4i() 390 _mesa_ProgramUniform1fv(GLuint program, GLint location, GLsizei count, in _mesa_ProgramUniform1fv() [all …]
|
| D | uniform_query.cpp | 42 _mesa_GetActiveUniform(GLuint program, GLuint index, in _mesa_GetActiveUniform() 108 _mesa_GetActiveUniformsiv(GLuint program, in _mesa_GetActiveUniformsiv() 278 _mesa_get_uniform(struct gl_context *ctx, GLuint program, GLint location, in _mesa_get_uniform() 1108 const int s = u_bit_scan(&mask); in _mesa_sampler_uniforms_pipeline_are_valid() local
|
| /external/harfbuzz_ng/util/ |
| D | hb-fc-list.c | 71 usage (char *program, int error) in usage() 202 FcChar8 *s; in main() local
|
| /external/selinux/restorecond/ |
| D | restorecond.c | 117 static void term_handler(int s __attribute__ ((unused))) in term_handler() 124 static void usage(char *program) in usage()
|
| /external/autotest/client/tests/tsc/src/ |
| D | checktsc.c | 18 char *program; variable 72 int parse_cpu_set(const char *s, cpu_set_t *cpus) in parse_cpu_set() 135 static void inline set_state(state_t *s, int v) in set_state() 140 static void inline wait_for_state(state_t *s, int v) in wait_for_state()
|
| /external/mesa3d/src/gallium/state_trackers/wgl/ |
| D | stw_nopfuncs.c | 138 nop_glMultiTexCoord1hNV(GLenum target, GLhalfNV s) in nop_glMultiTexCoord1hNV() 150 nop_glMultiTexCoord2hNV(GLenum target, GLhalfNV s, GLhalfNV t) in nop_glMultiTexCoord2hNV() 162 nop_glMultiTexCoord3hNV(GLenum target, GLhalfNV s, GLhalfNV t, GLhalfNV r) in nop_glMultiTexCoord3hNV() 174 nop_glMultiTexCoord4hNV(GLenum target, GLhalfNV s, GLhalfNV t, GLhalfNV r, GLhalfNV q) in nop_glMultiTexCoord4hNV() 234 nop_glNamedProgramLocalParameter4fvEXT(GLuint program, GLenum target, GLuint index, const GLfloat *… in nop_glNamedProgramLocalParameter4fvEXT() 240 nop_glNamedProgramLocalParameters4fvEXT(GLuint program, GLenum target, GLuint index, GLsizei count,… in nop_glNamedProgramLocalParameters4fvEXT() 282 nop_glTexCoord1hNV(GLhalfNV s) in nop_glTexCoord1hNV() 294 nop_glTexCoord2hNV(GLhalfNV s, GLhalfNV t) in nop_glTexCoord2hNV() 306 nop_glTexCoord3hNV(GLhalfNV s, GLhalfNV t, GLhalfNV r) in nop_glTexCoord3hNV() 318 nop_glTexCoord4hNV(GLhalfNV s, GLhalfNV t, GLhalfNV r, GLhalfNV q) in nop_glTexCoord4hNV()
|
| /external/mesa3d/src/gallium/state_trackers/clover/core/ |
| D | kernel.hpp | 138 const intrusive_ref<clover::program> program; member in clover::kernel 232 sampler *s; member in clover::kernel::sampler_argument
|
| /external/deqp/modules/egl/ |
| D | teglGLES2SharingTests.cpp | 357 glu::ShaderProgram program(m_gl, glu::makeVtxFragSources(vertexShader, fragmentShader)); in renderResource() local 456 float s = tri ? xf : 1.0f-xf; in renderResource() local 534 glu::ShaderProgram program(m_gl, glu::makeVtxFragSources(vertexShader, fragmentShader)); in renderResource() local 614 float s = ((float)y / ((float)height - 1.0f)); in renderResource() local 754 float s = ((float)(y-y1) / (float)(y2-y1)); in renderResource() local 951 GLuint program = m_gl.createProgram(); in renderResource() local 1043 float s = ((float)(y-y1) / (float)(y2-y1)); in renderResource() local 1198 …TestCaseGroup* program = new TestCaseGroup(m_eglTestCtx, "program", "Program creation, destruction… in init() local
|
| /external/deqp/framework/opengl/ |
| D | gluCallLogWrapper.inl | 7 void CallLogWrapper::glActiveShaderProgram (glw::GLuint pipeline, glw::GLuint program) 21 void CallLogWrapper::glAttachShader (glw::GLuint program, glw::GLuint shader) 56 void CallLogWrapper::glBindAttribLocation (glw::GLuint program, glw::GLuint index, const glw::GLcha… 98 void CallLogWrapper::glBindFragDataLocation (glw::GLuint program, glw::GLuint color, const glw::GLc… 105 void CallLogWrapper::glBindFragDataLocationIndexed (glw::GLuint program, glw::GLuint colorNumber, g… 492 void CallLogWrapper::glClearStencil (glw::GLint s) 1008 void CallLogWrapper::glDeleteProgram (glw::GLuint program) 1141 void CallLogWrapper::glDetachShader (glw::GLuint program, glw::GLuint shader) 1699 void CallLogWrapper::glGetActiveAtomicCounterBufferiv (glw::GLuint program, glw::GLuint bufferIndex… 1706 void CallLogWrapper::glGetActiveAttrib (glw::GLuint program, glw::GLuint index, glw::GLsizei bufSiz… [all …]
|
| /external/deqp/framework/platform/null/ |
| D | tcuNullRenderContextFuncs.inl | 7 GLW_APICALL void GLW_APIENTRY glActiveShaderProgram (GLuint pipeline, GLuint program) 20 GLW_APICALL void GLW_APIENTRY glAttachShader (GLuint program, GLuint shader) 55 GLW_APICALL void GLW_APIENTRY glBindAttribLocation (GLuint program, GLuint index, const GLchar *nam… 101 GLW_APICALL void GLW_APIENTRY glBindFragDataLocation (GLuint program, GLuint color, const GLchar *n… 109 GLW_APICALL void GLW_APIENTRY glBindFragDataLocationIndexed (GLuint program, GLuint colorNumber, GL… 565 GLW_APICALL void GLW_APIENTRY glClearStencil (GLint s) 1378 GLW_APICALL void GLW_APIENTRY glDeleteProgram (GLuint program) 1510 GLW_APICALL void GLW_APIENTRY glDetachShader (GLuint program, GLuint shader) 2046 GLW_APICALL void GLW_APIENTRY glGetActiveAtomicCounterBufferiv (GLuint program, GLuint bufferIndex,… 2055 GLW_APICALL void GLW_APIENTRY glGetActiveAttrib (GLuint program, GLuint index, GLsizei bufSize, GLs… [all …]
|
| /external/deqp/modules/gles2/functional/ |
| D | es2fShaderBuiltinVarTests.cpp | 289 const glu::ShaderProgram program(m_context.getRenderContext(), glu::makeVtxFragSources( in iterate() local 358 static inline float projectedTriInterpolate (const tcu::Vec3& s, const tcu::Vec3& w, float nx, floa… in projectedTriInterpolate() 384 const glu::ShaderProgram program(m_context.getRenderContext(), glu::makeVtxFragSources( in iterate() local 492 const glu::ShaderProgram program(m_context.getRenderContext(), glu::makeVtxFragSources( in iterate() local 593 const glu::ShaderProgram program(m_context.getRenderContext(), glu::makeVtxFragSources( in iterate() local
|
| /external/skia/src/gpu/gl/ |
| D | GrGLTestInterface.h | 21 virtual GrGLvoid attachShader(GrGLuint program, GrGLuint shader) {} in attachShader() 23 virtual GrGLvoid bindAttribLocation(GrGLuint program, GrGLuint index, const char* name) {} in bindAttribLocation() 28 …virtual GrGLvoid bindFragDataLocation(GrGLuint program, GrGLuint colorNumber, const GrGLchar* name… in bindFragDataLocation() 29 …virtual GrGLvoid bindFragDataLocationIndexed(GrGLuint program, GrGLuint colorNumber, GrGLuint inde… in bindFragDataLocationIndexed() 41 virtual GrGLvoid clearStencil(GrGLint s) {} in clearStencil() 52 virtual GrGLvoid deleteProgram(GrGLuint program) {} in deleteProgram() 92 …virtual GrGLvoid getProgramInfoLog(GrGLuint program, GrGLsizei bufsize, GrGLsizei* length, char* i… in getProgramInfoLog() 93 virtual GrGLvoid getProgramiv(GrGLuint program, GrGLenum pname, GrGLint* params) {} in getProgramiv() 106 virtual GrGLint getUniformLocation(GrGLuint program, const char* name) { return 0; } in getUniformLocation() 116 virtual GrGLvoid linkProgram(GrGLuint program) {} in linkProgram() [all …]
|
| /external/skqp/src/gpu/gl/ |
| D | GrGLTestInterface.h | 21 virtual GrGLvoid attachShader(GrGLuint program, GrGLuint shader) {} in attachShader() 23 virtual GrGLvoid bindAttribLocation(GrGLuint program, GrGLuint index, const char* name) {} in bindAttribLocation() 28 …virtual GrGLvoid bindFragDataLocation(GrGLuint program, GrGLuint colorNumber, const GrGLchar* name… in bindFragDataLocation() 29 …virtual GrGLvoid bindFragDataLocationIndexed(GrGLuint program, GrGLuint colorNumber, GrGLuint inde… in bindFragDataLocationIndexed() 41 virtual GrGLvoid clearStencil(GrGLint s) {} in clearStencil() 52 virtual GrGLvoid deleteProgram(GrGLuint program) {} in deleteProgram() 92 …virtual GrGLvoid getProgramInfoLog(GrGLuint program, GrGLsizei bufsize, GrGLsizei* length, char* i… in getProgramInfoLog() 93 virtual GrGLvoid getProgramiv(GrGLuint program, GrGLenum pname, GrGLint* params) {} in getProgramiv() 106 virtual GrGLint getUniformLocation(GrGLuint program, const char* name) { return 0; } in getUniformLocation() 116 virtual GrGLvoid linkProgram(GrGLuint program) {} in linkProgram() [all …]
|
| /external/syslinux/mtools/ |
| D | syslinux.c | 46 char *program; /* Name of program */ variable 197 libfat_sector_t s, *secp; in main() local
|
| /external/wpa_supplicant_8/src/utils/ |
| D | os_none.c | 153 void * os_memset(void *s, int c, size_t n) in os_memset() 165 char * os_strdup(const char *s) in os_strdup() 171 size_t os_strlen(const char *s) in os_strlen() 197 char * os_strchr(const char *s, int c) in os_strchr() 203 char * os_strrchr(const char *s, int c) in os_strrchr() 251 int os_exec(const char *program, const char *arg, int wait_completion) in os_exec()
|