Searched refs:programAttribType (Results 1 – 3 of 3) sorted by relevance
3679 const gl::ComponentType programAttribType, in getPipelineVertexInputStateFormat() argument3691 if (attribType != programAttribType) in getPipelineVertexInputStateFormat()3694 if (attribType == gl::ComponentType::Float || programAttribType == gl::ComponentType::Float) in getPipelineVertexInputStateFormat()3697 patchVertexAttribComponentType(formatID, programAttribType); in getPipelineVertexInputStateFormat()3769 const gl::ComponentType programAttribType = gl::GetComponentTypeMask( in initializePipelineVertexInputState() local3774 context, formatID, packedAttrib.compressed, programAttribType, attribIndex); in initializePipelineVertexInputState()
2724 const gl::ComponentType programAttribType = in handleDirtyGraphicsVertexBuffers() local2728 attribType != programAttribType && (programAttribType == gl::ComponentType::Float || in handleDirtyGraphicsVertexBuffers()2762 programAttribType, static_cast<uint32_t>(attribIndex)); in handleDirtyGraphicsVertexBuffers()
1027 const gl::ComponentType programAttribType,