/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | D3D11InputLayoutCacheTest.cpp | 35 GLuint makeProgramWithAttribCount(unsigned int attribCount) in makeProgramWithAttribCount() argument 40 for (unsigned int attribIndex = 0; attribIndex < attribCount; ++attribIndex) in makeProgramWithAttribCount() 47 for (unsigned int attribIndex = 0; attribIndex < attribCount; ++attribIndex) in makeProgramWithAttribCount() 83 for (unsigned int attribCount = 0; attribCount <= maxInputs; ++attribCount) in TEST_P() local 85 GLuint program = makeProgramWithAttribCount(attribCount); in TEST_P() 96 for (unsigned int attribCount = 0; attribCount <= maxInputs; ++attribCount) in TEST_P() local 98 GLuint program = programs[attribCount]; in TEST_P() 101 for (unsigned int attribIndex = 0; attribIndex < attribCount; ++attribIndex) in TEST_P() 114 EXPECT_PIXEL_EQ(0, 0, attribCount, 0, 0, 255u); in TEST_P()
|
D | VertexAttributeTest.cpp | 213 GLuint compileMultiAttribProgram(GLint attribCount) in compileMultiAttribProgram() argument 218 for (GLint attribIndex = 0; attribIndex < attribCount; ++attribIndex) in compileMultiAttribProgram() 226 for (GLint attribIndex = 0; attribIndex < attribCount; ++attribIndex) in compileMultiAttribProgram() 242 void setupMultiAttribs(GLuint program, GLint attribCount, GLfloat value) in setupMultiAttribs() argument 245 for (GLint attribIndex = 0; attribIndex < attribCount; ++attribIndex) in setupMultiAttribs()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | D3D11InputLayoutCacheTest.cpp | 35 GLuint makeProgramWithAttribCount(unsigned int attribCount) in makeProgramWithAttribCount() argument 40 for (unsigned int attribIndex = 0; attribIndex < attribCount; ++attribIndex) in makeProgramWithAttribCount() 47 for (unsigned int attribIndex = 0; attribIndex < attribCount; ++attribIndex) in makeProgramWithAttribCount() 83 for (unsigned int attribCount = 0; attribCount <= maxInputs; ++attribCount) in TEST_P() local 85 GLuint program = makeProgramWithAttribCount(attribCount); in TEST_P() 96 for (unsigned int attribCount = 0; attribCount <= maxInputs; ++attribCount) in TEST_P() local 98 GLuint program = programs[attribCount]; in TEST_P() 101 for (unsigned int attribIndex = 0; attribIndex < attribCount; ++attribIndex) in TEST_P() 114 EXPECT_PIXEL_EQ(0, 0, attribCount, 0, 0, 255u); in TEST_P()
|
D | VertexAttributeTest.cpp | 307 GLuint compileMultiAttribProgram(GLint attribCount) in compileMultiAttribProgram() argument 312 for (GLint attribIndex = 0; attribIndex < attribCount; ++attribIndex) in compileMultiAttribProgram() 320 for (GLint attribIndex = 0; attribIndex < attribCount; ++attribIndex) in compileMultiAttribProgram() 336 void setupMultiAttribs(GLuint program, GLint attribCount, GLfloat value) in setupMultiAttribs() argument 339 for (GLint attribIndex = 0; attribIndex < attribCount; ++attribIndex) in setupMultiAttribs()
|
/third_party/flutter/skia/src/gpu/gl/ |
D | GrGLVertexArray.cpp | 187 GrGLVertexArray::GrGLVertexArray(GrGLint id, int attribCount) in GrGLVertexArray() argument 189 , fAttribArrays(attribCount) in GrGLVertexArray()
|
D | GrGLVertexArray.h | 102 GrGLVertexArray(GrGLint id, int attribCount);
|
/third_party/skia/src/gpu/gl/ |
D | GrGLVertexArray.cpp | 181 GrGLVertexArray::GrGLVertexArray(GrGLint id, int attribCount) in GrGLVertexArray() argument 183 , fAttribArrays(attribCount) in GrGLVertexArray()
|
D | GrGLVertexArray.h | 102 GrGLVertexArray(GrGLint id, int attribCount);
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fVertexArrayObjectTests.cpp | 747 GLint attribCount; in init() local 749 GLU_CHECK_CALL(glGetIntegerv(GL_MAX_VERTEX_ATTRIBS, &attribCount)); in init() 762 for (int attribNdx = 0; attribNdx < attribCount; attribNdx++) in init() 794 m_spec.vao.attributes[attribNdx].bufferNdx = attribCount - attribNdx; in init()
|
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | frontend.cpp | 640 uint32_t attribCount) in PackPairsOfSimdVertexIntoSimd16Vertex() argument 644 SWR_ASSERT(attribCount <= SWR_VTX_NUM_SLOTS); in PackPairsOfSimdVertexIntoSimd16Vertex() 650 for (uint32_t j = 0; j < attribCount; j += 1) in PackPairsOfSimdVertexIntoSimd16Vertex() 665 for (uint32_t j = 0; j < attribCount; j += 1) in PackPairsOfSimdVertexIntoSimd16Vertex()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | ProgramExecutable.cpp | 317 size_t attribCount = stream->readInt<size_t>(); in load() local 319 for (size_t attribIndex = 0; attribIndex < attribCount; ++attribIndex) in load()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | Program.cpp | 4784 unsigned int attribCount = stream.readInt<unsigned int>(); in deserialize() local 4786 for (unsigned int attribIndex = 0; attribIndex < attribCount; ++attribIndex) in deserialize()
|