Searched refs:attribState (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | libGLESv3.cpp | 1868 const es2::VertexAttribute &attribState = context->getVertexAttribState(index); in GetVertexAttribIiv() local 1873 *params = (attribState.mArrayEnabled ? GL_TRUE : GL_FALSE); in GetVertexAttribIiv() 1876 *params = attribState.mSize; in GetVertexAttribIiv() 1879 *params = attribState.mStride; in GetVertexAttribIiv() 1882 *params = attribState.mType; in GetVertexAttribIiv() 1885 *params = (attribState.mNormalized ? GL_TRUE : GL_FALSE); in GetVertexAttribIiv() 1888 *params = attribState.mBoundBuffer.name(); in GetVertexAttribIiv() 1900 *params = (attribState.mPureInteger ? GL_TRUE : GL_FALSE); in GetVertexAttribIiv() 1903 *params = attribState.mDivisor; in GetVertexAttribIiv() 1924 const es2::VertexAttribute &attribState = context->getVertexAttribState(index); in GetVertexAttribIuiv() local [all …]
|
D | libGLESv2.cpp | 3643 const es2::VertexAttribute &attribState = context->getVertexAttribState(index); in GetVertexAttribfv() local 3648 *params = (GLfloat)(attribState.mArrayEnabled ? GL_TRUE : GL_FALSE); in GetVertexAttribfv() 3651 *params = (GLfloat)attribState.mSize; in GetVertexAttribfv() 3654 *params = (GLfloat)attribState.mStride; in GetVertexAttribfv() 3657 *params = (GLfloat)attribState.mType; in GetVertexAttribfv() 3660 *params = (GLfloat)(attribState.mNormalized ? GL_TRUE : GL_FALSE); in GetVertexAttribfv() 3663 *params = (GLfloat)attribState.mBoundBuffer.name(); in GetVertexAttribfv() 3675 *params = (GLfloat)(attribState.mPureInteger ? GL_TRUE : GL_FALSE); in GetVertexAttribfv() 3696 const es2::VertexAttribute &attribState = context->getVertexAttribState(index); in GetVertexAttribiv() local 3701 *params = (attribState.mArrayEnabled ? GL_TRUE : GL_FALSE); in GetVertexAttribiv() [all …]
|
/external/skia/src/gpu/gl/ |
D | GrGLGpu.cpp | 1917 GrGLAttribArrayState* attribState; in setupGeometry() local 1921 attribState = fHWVertexArrayState.bindInternalVertexArray(this, indexBuffer); in setupGeometry() 1923 attribState = fHWVertexArrayState.bindInternalVertexArray(this); in setupGeometry() 1927 attribState->enableVertexArrays(this, numAttribs, enablePrimitiveRestart); in setupGeometry() 1937 attribState->set(this, attrib.fLocation, vertexBuffer, attrib.fCPUType, attrib.fGPUType, in setupGeometry() 1950 attribState->set(this, attrib.fLocation, instanceBuffer, attrib.fCPUType, in setupGeometry() 4015 GrGLAttribArrayState* attribState; in bindInternalVertexArray() local 4025 attribState = fCoreProfileVertexArray->bindWithIndexBuffer(gpu, ibuf); in bindInternalVertexArray() 4027 attribState = fCoreProfileVertexArray->bind(gpu); in bindInternalVertexArray() 4040 attribState = &fDefaultVertexArrayAttribState; in bindInternalVertexArray() [all …]
|
/external/skqp/src/gpu/gl/ |
D | GrGLGpu.cpp | 2073 GrGLAttribArrayState* attribState; in setupGeometry() local 2076 attribState = fHWVertexArrayState.bindInternalVertexArray(this, indexBuffer); in setupGeometry() 2078 attribState = fHWVertexArrayState.bindInternalVertexArray(this); in setupGeometry() 2082 attribState->enableVertexArrays(this, numAttribs, enablePrimitiveRestart); in setupGeometry() 2091 attribState->set(this, attrib.fLocation, vertexBuffer, attrib.fCPUType, attrib.fGPUType, in setupGeometry() 2103 attribState->set(this, attrib.fLocation, instanceBuffer, attrib.fCPUType, in setupGeometry() 4199 GrGLAttribArrayState* attribState; in bindInternalVertexArray() local 4209 attribState = fCoreProfileVertexArray->bindWithIndexBuffer(gpu, ibuf); in bindInternalVertexArray() 4211 attribState = fCoreProfileVertexArray->bind(gpu); in bindInternalVertexArray() 4224 attribState = &fDefaultVertexArrayAttribState; in bindInternalVertexArray() [all …]
|