Home
last modified time | relevance | path

Searched refs:attribName (Results 1 – 17 of 17) sorted by relevance

/third_party/vk-gl-cts/framework/egl/
DegluStrUtil.cpp167 const char* attribName = getConfigAttribName(attrib); in operator <<() local
169 if (attribName) in operator <<()
172 str << attribName << ", " << getConfigAttribValueStr(attrib, fmt.attribs[pos+1]); in operator <<()
207 const char* attribName = getSurfaceAttribName(attrib); in operator <<() local
209 if (attribName) in operator <<()
212 str << attribName << ", " << getSurfaceAttribValueStr(attrib, fmt.attribs[pos+1]); in operator <<()
247 const char* attribName = getContextAttribName(attrib); in operator <<() local
249 if (attribName) in operator <<()
252 str << attribName << ", " << getContextAttribValueStr(attrib, fmt.attribs[pos+1]); in operator <<()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/
Dwgl_utils.cpp74 int QueryWGLFormatAttrib(HDC dc, int format, int attribName, const FunctionsWGL *functions) in QueryWGLFormatAttrib() argument
78 !functions->getPixelFormatAttribivARB(dc, format, 0, 1, &attribName, &result)) in QueryWGLFormatAttrib()
Dwgl_utils.h27 int QueryWGLFormatAttrib(HDC dc, int format, int attribName, const FunctionsWGL *functions);
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/
Dwgl_utils.cpp74 int QueryWGLFormatAttrib(HDC dc, int format, int attribName, const FunctionsWGL *functions) in QueryWGLFormatAttrib() argument
78 !functions->getPixelFormatAttribivARB(dc, format, 0, 1, &attribName, &result)) in QueryWGLFormatAttrib()
Dwgl_utils.h27 int QueryWGLFormatAttrib(HDC dc, int format, int attribName, const FunctionsWGL *functions);
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DD3D11InputLayoutCacheTest.cpp105 std::string attribName = attribNameStr.str(); in TEST_P() local
107 GLint location = glGetAttribLocation(program, attribName.c_str()); in TEST_P()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DD3D11InputLayoutCacheTest.cpp105 std::string attribName = attribNameStr.str(); in TEST_P() local
107 GLint location = glGetAttribLocation(program, attribName.c_str()); in TEST_P()
/third_party/flutter/glfw/src/
Dwgl_context.c463 #define setWGLattrib(attribName, attribValue) \ argument
465 attribs[index++] = attribName; \
Dglx_context.c420 #define setGLXattrib(attribName, attribValue) \ argument
422 attribs[index++] = attribName; \
Degl_context.c423 #define setEGLattrib(attribName, attribValue) \ argument
425 attribs[index++] = attribName; \
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fTransformFeedbackTests.cpp350 string attribName = getAttributeName(name, vecIter.getPath()); in genShaderSources() local
352 vtx << "in " << glu::declare(attribType, attribName.c_str()) << ";\n"; in genShaderSources()
393 string attribName = getAttributeName(name, vecIter.getPath()); in genShaderSources() local
398 vtx << "\t" << name << vecIter << " = " << attribName << ";\n"; in genShaderSources()
512 string attribName = getAttributeName(varName.c_str(), fullPath); in computeTransformFeedbackOutputs() local
513 … attrib = &(*std::find_if(attributes.begin(), attributes.end(), AttributeNameEquals(attribName))); in computeTransformFeedbackOutputs()
/third_party/vk-gl-cts/modules/glshared/
DglsShaderExecUtil.cpp600 const std::string attribName = "a_" + symbol.name; in execute() local
606 vertexArrays.push_back(glu::va::Float(attribName, vecSize, numValues, 0, (const float*)ptr)); in execute()
608 vertexArrays.push_back(glu::va::Int32(attribName, vecSize, numValues, 0, (const deInt32*)ptr)); in execute()
610 vertexArrays.push_back(glu::va::Uint32(attribName, vecSize, numValues, 0, (const deUint32*)ptr)); in execute()
618 …vertexArrays.push_back(glu::va::Float(attribName, colNdx, numRows, numValues, stride, ((const floa… in execute()
DglsVertexArrayTests.cpp1114 std::stringstream attribName; in render() local
1115 attribName << "a_" << m_arrays[arrayNdx]->getAttribNdx(); in render()
1117 deUint32 loc = m_ctx.getAttribLocation(program, attribName.str().c_str()); in render()
1133 std::stringstream attribName; in render() local
1134 attribName << "a_" << m_arrays[arrayNdx]->getAttribNdx(); in render()
1136 deUint32 loc = m_ctx.getAttribLocation(program, attribName.str().c_str()); in render()
DglsShaderLibraryCase.cpp1227 string attribName = attribPrefix + valueName; in execute() local
1228 int attribLoc = gl.getAttribLocation(vertexProgramID, attribName.c_str()); in execute()
1231 …log << TestLog::Message << "Warning: no location found for attribute '" << attribName << "'" << Te… in execute()
DglsDrawTest.cpp1853 std::stringstream attribName; in render() local
1854 attribName << "a_" << arrayNdx; in render()
1856 deUint32 loc = m_ctx.getAttribLocation(m_programID, attribName.str().c_str()); in render()
2010 std::stringstream attribName; in render() local
2011 attribName << "a_" << arrayNdx; in render()
2013 deUint32 loc = m_ctx.getAttribLocation(m_programID, attribName.str().c_str()); in render()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcShaderLibraryCase.cpp417 string attribName = attribPrefix + valueName; in execute() local
418 int attribLoc = gl.getAttribLocation(programID, attribName.c_str()); in execute()
421 log << TestLog::Message << "Warning: no location found for attribute '" << attribName << "'" in execute()
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/localeconverter/
DXLIFF2ICUConverter.java807 private String getAttributeValue(Node sNode, String attribName){ in getAttributeValue() argument
812 Node attr = attributes.getNamedItem(attribName); in getAttributeValue()